Package nxt.db
Class DbKey.LongKeyFactory<T>
java.lang.Object
nxt.db.DbKey.Factory<T>
nxt.db.DbKey.LongKeyFactory<T>
- Enclosing interface:
- DbKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> DbKey.LongKeyFactory<T>create(String idColumn, ToLongFunction<T> getId) newKey(long id) Methods inherited from class nxt.db.DbKey.Factory
getPKClause, getPKColumns, getSelfJoinClause, newEntity, newKey
-
Constructor Details
-
LongKeyFactory
-
-
Method Details
-
newKey
- Specified by:
newKeyin classDbKey.Factory<T>- Throws:
SQLException
-
newKey
-
create
-