Modifier and Type | Method and Description |
---|---|
Class<? extends PersistentObject> |
AcquireJobsCmd.getEntityType() |
Modifier and Type | Method and Description |
---|---|
<T extends PersistentObject> |
DbSqlSession.findInCache(Class<T> entityClass) |
<T extends PersistentObject> |
DbSqlSession.findInCache(Class<T> entityClass,
String id) |
<T extends PersistentObject> |
DbSqlSession.pruneDeletedEntities(List<T> listToPrune) |
<T extends PersistentObject> |
DbSqlSession.selectById(Class<T> entityClass,
String id) |
Modifier and Type | Method and Description |
---|---|
protected PersistentObject |
DbSqlSession.cacheFilter(PersistentObject persistentObject)
returns the object in the cache.
|
Modifier and Type | Method and Description |
---|---|
protected PersistentObject |
DbSqlSession.cacheFilter(PersistentObject persistentObject)
returns the object in the cache.
|
void |
DbSqlSession.delete(PersistentObject persistentObject) |
String |
DbSqlSessionFactory.getInsertStatement(PersistentObject object) |
String |
DbSqlSessionFactory.getUpdateStatement(PersistentObject object) |
boolean |
HasDbReferences.hasReferenceTo(PersistentObject entity) |
boolean |
DbSqlSession.hasStateChanged(PersistentObject persistentObject) |
void |
DbSqlSession.insert(PersistentObject persistentObject) |
protected String |
DbSqlSession.toString(PersistentObject persistentObject) |
void |
DbSqlSession.update(PersistentObject persistentObject) |
Modifier and Type | Method and Description |
---|---|
void |
DbSqlSession.delete(Class<? extends PersistentObject> entityType,
String statement,
Object parameter) |
void |
DbSqlSession.update(Class<? extends PersistentObject> entityType,
String statement,
Object parameter) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PersistentObject> |
OptimisticLockingListener.getEntityType()
The type of the entity for which this listener should be notified.
|
Modifier and Type | Method and Description |
---|---|
void |
DbEntityManager.delete(PersistentObject persistentObject) |
protected void |
DbEntityManager.ensureHasId(PersistentObject persistentObject) |
void |
DbEntityManager.insert(PersistentObject persistentObject) |
boolean |
DbEntityManager.isDeleted(PersistentObject object) |
void |
DbEntityManager.merge(PersistentObject persistentObject) |
Modifier and Type | Method and Description |
---|---|
void |
DbEntityManager.bulkDelete(Class<? extends PersistentObject> entityType,
String statement,
Object parameter) |
void |
DbEntityManager.bulkUpdate(Class<? extends PersistentObject> entityType,
String statement,
Object parameter) |
protected DbBulkOperation |
DbEntityManager.performBulkOperation(Class<? extends PersistentObject> entityType,
String statement,
Object parameter,
DbOperationType operationType) |
Modifier and Type | Field and Description |
---|---|
protected PersistentObject |
CachedDbEntity.persistentObject |
Modifier and Type | Method and Description |
---|---|
<T extends PersistentObject> |
DbEntityCache.get(Class<T> type,
String id)
get an object from the cache
|
<T extends PersistentObject> |
DbEntityCache.getEntitiesByType(Class<T> type) |
Modifier and Type | Method and Description |
---|---|
PersistentObject |
CachedDbEntity.getEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
DbEntityCache.contains(PersistentObject persistentObject)
Allows checking whether the provided entity is present in the cache
|
CachedDbEntity |
DbEntityCache.getCachedEntity(PersistentObject persistentObject)
Looks up an entity in the cache.
|
boolean |
DbEntityCache.isDeleted(PersistentObject persistentObject)
Allows checking whether the provided entity is present in the cache
and is marked to be deleted.
|
boolean |
DbEntityCache.isPersistent(PersistentObject persistentObject)
Allows checking whether the provided entity is present in the cache
and is
DbEntityState.PERSISTENT . |
boolean |
DbEntityCache.isTransient(PersistentObject persistentObject)
Allows checking whether the provided entity is present in the cache
and is
DbEntityState.TRANSIENT . |
void |
DbEntityCache.putMerged(PersistentObject e)
Put a
DbEntityState.MERGED object into the cache. |
void |
DbEntityCache.putPersistent(PersistentObject e)
Put a
DbEntityState.PERSISTENT object into the cache. |
void |
DbEntityCache.putTransient(PersistentObject e)
Put a new,
DbEntityState.TRANSIENT object into the cache. |
boolean |
DbEntityCache.remove(PersistentObject e)
Remove an entity from the cache
|
void |
DbEntityCache.setDeleted(PersistentObject persistentObject)
Sets an object to a deleted state.
|
void |
CachedDbEntity.setEntity(PersistentObject persistentObject) |
Modifier and Type | Field and Description |
---|---|
protected PersistentObject |
DbEntityOperation.entity
The entity the operation is performed on.
|
Modifier and Type | Field and Description |
---|---|
protected Class<? extends PersistentObject> |
DbOperation.entityType
The type of the DbEntity this operation is executed on.
|
Modifier and Type | Method and Description |
---|---|
PersistentObject |
DbEntityOperation.getEntity() |
Modifier and Type | Method and Description |
---|---|
Class<? extends PersistentObject> |
DbOperation.getEntityType() |
Modifier and Type | Method and Description |
---|---|
void |
DbEntityOperation.setEntity(PersistentObject persistentObject) |
Modifier and Type | Method and Description |
---|---|
protected SortedSet<DbEntityOperation> |
DbOperationManager.getDeletesByType(Class<? extends PersistentObject> type,
boolean create) |
protected SortedSet<DbEntityOperation> |
DbOperationManager.getInsertsForType(Class<? extends PersistentObject> type,
boolean create) |
protected SortedSet<DbEntityOperation> |
DbOperationManager.getUpdatesByType(Class<? extends PersistentObject> type,
boolean create) |
void |
DbOperation.setEntityType(Class<? extends PersistentObject> entityType) |
Modifier and Type | Method and Description |
---|---|
protected void |
SqlDbOperationExecutor.entityDeleted(PersistentObject entity) |
protected void |
SqlDbOperationExecutor.entityInserted(PersistentObject entity) |
protected void |
SqlDbOperationExecutor.entityUpdated(PersistentObject entity) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricActivityInstanceEventEntity
HistoryEvent implementation for events that happen in an activity. |
class |
HistoricDetailEventEntity |
class |
HistoricFormPropertyEventEntity |
class |
HistoricIncidentEventEntity |
class |
HistoricProcessInstanceEventEntity
HistoryEvent signifying a top-level event in a process instance. |
class |
HistoricScopeInstanceEvent |
class |
HistoricTaskInstanceEventEntity |
class |
HistoricVariableUpdateEventEntity |
class |
HistoryEvent
The base class for all history events.
|
class |
UserOperationLogEntryEventEntity |
Modifier and Type | Method and Description |
---|---|
void |
AbstractManager.delete(PersistentObject persistentObject) |
void |
AbstractManager.insert(PersistentObject persistentObject) |
Modifier and Type | Field and Description |
---|---|
static Map<Class<? extends PersistentObject>,String> |
TableDataManager.persistentObjectToTableNameMap |
Modifier and Type | Method and Description |
---|---|
void |
CommentManager.delete(PersistentObject persistentObject) |
void |
AuthorizationManager.delete(PersistentObject authorization) |
boolean |
IncidentEntity.hasReferenceTo(PersistentObject entity) |
boolean |
ExecutionEntity.hasReferenceTo(PersistentObject entity) |
void |
CommentManager.insert(PersistentObject persistentObject) |
void |
AuthorizationManager.insert(PersistentObject authorization) |
Modifier and Type | Class and Description |
---|---|
class |
LdapGroupEntity |
class |
LdapUserEntity |
Copyright © 2015. All rights reserved.