public abstract static class DbKey.StringKeyFactory<T> extends DbKey.Factory<T>
| Constructor and Description | 
|---|
| StringKeyFactory(java.lang.String idColumn) | 
| Modifier and Type | Method and Description | 
|---|---|
| DbKey | newKey(java.sql.ResultSet rs) | 
| DbKey | newKey(java.lang.String id) | 
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKeypublic DbKey newKey(java.sql.ResultSet rs) throws java.sql.SQLException
newKey in class DbKey.Factory<T>java.sql.SQLExceptionpublic DbKey newKey(java.lang.String id)