public abstract static class DbKey.LongKeyFactory<T> extends DbKey.Factory<T>
Constructor and Description |
---|
LongKeyFactory(java.lang.String idColumn) |
Modifier and Type | Method and Description |
---|---|
DbKey |
newKey(long id) |
DbKey |
newKey(java.sql.ResultSet rs) |
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(long id)