public abstract class VersionedEntityDbTable<T> extends EntityDbTable<T>
dbKeyFactory
db, table
Modifier | Constructor and Description |
---|---|
protected |
VersionedEntityDbTable(java.lang.String table,
DbKey.Factory<T> dbKeyFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
delete(T t) |
void |
rollback(int height) |
void |
trim(int height) |
checkAvailable, clearCache, defaultSort, get, get, getAll, getAll, getAll, getAll, getBy, getBy, getCount, getCount, getCount, getManyBy, getManyBy, getManyBy, getManyBy, getManyBy, getRowCount, insert, load, save, search, search, truncate
toString
protected VersionedEntityDbTable(java.lang.String table, DbKey.Factory<T> dbKeyFactory)
public void rollback(int height)
rollback
in class EntityDbTable<T>
public final boolean delete(T t)
public void trim(int height)
trim
in class DerivedDbTable