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, newKeypublic 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.SQLExceptionpublic DbKey newKey(long idA, long idB)