public abstract static class DbKey.HashKeyFactory<T> extends DbKey.Factory<T>
| Constructor and Description |
|---|
HashKeyFactory(java.lang.String hashColumn,
java.lang.String idColumn) |
| Modifier and Type | Method and Description |
|---|---|
DbKey |
newKey(byte[] hash) |
DbKey |
newKey(byte[] hash,
long id) |
DbKey |
newKey(java.sql.ResultSet rs) |
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKey