public abstract static class DbKey.LongStringKeyFactory<T> extends DbKey.SmartFactory<T>
| Modifier | Constructor and Description |
|---|---|
protected |
LongStringKeyFactory(java.lang.String idColumnA,
java.lang.String idColumnB) |
| Modifier and Type | Method and Description |
|---|---|
DbKey |
newKey(long a,
java.lang.String b) |
DbKey |
newKey(java.sql.ResultSet rs) |
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKeyprotected LongStringKeyFactory(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 a, java.lang.String b)