This is the complete list of members for org.turro.elephant.db.IdUtils, including all inherited members.
| getMaxLongIdFromLong(Dao dao, String table, String field) | org.turro.elephant.db.IdUtils | static |
| getMaxLongIdFromLong(Dao dao, String table, String field, String fieldConstraints[]) | org.turro.elephant.db.IdUtils | static |
| getMaxLongIdFromLong(Dao dao, String table, String field, String fieldConstraints[], boolean count) | org.turro.elephant.db.IdUtils | static |
| getMaxLongIdFromString(Dao dao, String table, String field) | org.turro.elephant.db.IdUtils | static |
| getMaxLongIdFromString(Dao dao, String table, String field, String fieldConstraints[]) | org.turro.elephant.db.IdUtils | static |
| getNewLongIdFromLong(Dao dao, String table, String field) | org.turro.elephant.db.IdUtils | static |
| getNewLongIdFromLong(Dao dao, String table, String field, String fieldConstraints[]) | org.turro.elephant.db.IdUtils | static |
| getNewLongIdFromString(Dao dao, String table, String field) | org.turro.elephant.db.IdUtils | static |
| getNewLongIdFromString(Dao dao, String table, String field, String fieldConstraints[]) | org.turro.elephant.db.IdUtils | static |
| putPrefix(String field, String prefix) | org.turro.elephant.db.IdUtils | static |