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) |
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 final void trim(int height)
trim
in class DerivedDbTable