Package nxt.db
Class DbKey.LongKeyFactory<T>
- java.lang.Object
-
- nxt.db.DbKey.Factory<T>
-
- nxt.db.DbKey.LongKeyFactory<T>
-
- Enclosing interface:
- DbKey
public abstract static class DbKey.LongKeyFactory<T> extends DbKey.Factory<T>
-
-
Constructor Summary
Constructors Constructor Description LongKeyFactory(java.lang.String idColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbKey
newKey(long id)
DbKey
newKey(java.sql.ResultSet rs)
-
Methods inherited from class nxt.db.DbKey.Factory
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKey
-
-
-
-
Method Detail
-
newKey
public DbKey newKey(java.sql.ResultSet rs) throws java.sql.SQLException
- Specified by:
newKey
in classDbKey.Factory<T>
- Throws:
java.sql.SQLException
-
newKey
public DbKey newKey(long id)
-
-