public abstract class AbstractActionDataManager<EntityImpl extends Entity> extends AbstractDataManager<EntityImpl>
Modifier and Type | Field and Description |
---|---|
protected ActionEngineConfiguration |
actionEngineConfiguration |
MAX_ENTRIES_IN_CLAUSE
Constructor and Description |
---|
AbstractActionDataManager(ActionEngineConfiguration actionEngineConfiguration) |
Modifier and Type | Method and Description |
---|---|
protected ActionEngineConfiguration |
getActionEngineConfiguration() |
protected IdGenerator |
getIdGenerator() |
bulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntityClass, getManagedEntitySubClasses, getSession, insert, isEntityInserted, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
protected ActionEngineConfiguration actionEngineConfiguration
public AbstractActionDataManager(ActionEngineConfiguration actionEngineConfiguration)
protected ActionEngineConfiguration getActionEngineConfiguration()
protected IdGenerator getIdGenerator()
getIdGenerator
in class AbstractDataManager<EntityImpl extends Entity>