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, newKey
public DbKey newKey(java.sql.ResultSet rs) throws java.sql.SQLException
newKey
in class DbKey.Factory<T>
java.sql.SQLException
public DbKey newKey(java.lang.String id)