public abstract static class DbKey.LongIntKeyFactory<T> extends DbKey.Factory<T>
| Modifier | Constructor and Description |
|---|---|
protected |
LongIntKeyFactory(java.lang.String idColumnA,
java.lang.String idColumnB) |
| Modifier and Type | Method and Description |
|---|---|
DbKey |
newKey(long idA,
int idB) |
DbKey |
newKey(java.sql.ResultSet rs) |
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKeyprotected LongIntKeyFactory(java.lang.String idColumnA,
java.lang.String idColumnB)
public DbKey newKey(java.sql.ResultSet rs) throws java.sql.SQLException
newKey in class DbKey.Factory<T>java.sql.SQLExceptionpublic DbKey newKey(long idA, int idB)