public abstract static class DbKey.HashLongKeyFactory<T> extends DbKey.Factory<T>
| Constructor and Description |
|---|
HashLongKeyFactory(java.lang.String hashColumnA,
java.lang.String idColumnA,
java.lang.String idColumnB) |
| Modifier and Type | Method and Description |
|---|---|
DbKey |
newKey(byte[] hashA,
long idB) |
DbKey |
newKey(byte[] hashA,
long idA,
long idB) |
DbKey |
newKey(java.sql.ResultSet rs) |
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKey