public abstract class PersistentDbTable<T> extends EntityDbTable<T>
LATESTdbKeyFactorydb, schema, schemaTable, table| Modifier | Constructor and Description |
|---|---|
protected |
PersistentDbTable(java.lang.String schemaTable,
DbKey.Factory<T> dbKeyFactory) |
protected |
PersistentDbTable(java.lang.String schemaTable,
DbKey.Factory<T> dbKeyFactory,
java.lang.String fullTextSearchColumns) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPersistent() |
void |
rollback(int height) |
void |
truncate() |
checkAvailable, clearCache, createSearchIndex, defaultSort, get, get, get, getAll, getAll, getAll, getAll, getBy, getBy, getCount, getCount, getCount, getManyBy, getManyBy, getManyBy, getManyBy, getManyBy, insert, insertInitial, load, newEntity, save, search, searchcanBeTrimmed, init, popOffTo, trimgetConnection, getCount, getRowCount, getSchemaTable, toString, truncateAllprotected PersistentDbTable(java.lang.String schemaTable,
DbKey.Factory<T> dbKeyFactory)
protected PersistentDbTable(java.lang.String schemaTable,
DbKey.Factory<T> dbKeyFactory,
java.lang.String fullTextSearchColumns)
public void rollback(int height)
rollback in class DerivedDbTablepublic final void truncate()
truncate in class DerivedDbTablepublic final boolean isPersistent()
isPersistent in class DerivedDbTable