public abstract static class DbKey.LinkKeyFactory<T> extends DbKey.Factory<T>
Constructor and Description |
---|
LinkKeyFactory(java.lang.String idColumnA,
java.lang.String idColumnB) |
Modifier and Type | Method and Description |
---|---|
DbKey |
newKey(long idA,
long idB) |
DbKey |
newKey(java.sql.ResultSet rs) |
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKey
public LinkKeyFactory(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.SQLException
public DbKey newKey(long idA, long idB)