| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends Entity>,List<BulkDeleteOperation>> |
DbSqlSession.bulkDeleteOperations |
protected static Map<Class<? extends Entity>,Boolean> |
DbSqlSessionFactory.bulkInsertableMap
A map {class, boolean}, to indicate whether or not a certain
Entity class can be bulk inserted. |
static List<Class<? extends Entity>> |
EntityDependencyOrder.DELETE_ORDER |
protected Map<Class<? extends Entity>,Map<String,Entity>> |
DbSqlSession.deletedObjects |
protected Map<Class<? extends Entity>,Map<String,Entity>> |
DbSqlSession.deletedObjects |
static List<Class<? extends Entity>> |
EntityDependencyOrder.INSERT_ORDER |
protected Map<Class<? extends Entity>,Map<String,Entity>> |
DbSqlSession.insertedObjects |
protected Map<Class<? extends Entity>,Map<String,Entity>> |
DbSqlSession.insertedObjects |
protected List<Entity> |
DbSqlSession.updatedObjects |
| Modifier and Type | Method and Description |
|---|---|
<T extends Entity> |
DbSqlSession.selectById(Class<T> entityClass,
String id) |
<T extends Entity> |
DbSqlSession.selectById(Class<T> entityClass,
String id,
boolean useCache) |
| Modifier and Type | Method and Description |
|---|---|
protected Entity |
DbSqlSession.cacheLoadOrStore(Entity entity)
Returns the object in the cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<Entity> |
DbSqlSession.orderExecutionEntities(Map<String,Entity> executionEntities,
boolean parentBeforeChildExecution) |
| Modifier and Type | Method and Description |
|---|---|
protected Entity |
DbSqlSession.cacheLoadOrStore(Entity entity)
Returns the object in the cache.
|
void |
DbSqlSession.delete(Entity entity) |
protected void |
DbSqlSession.flushRegularInsert(Entity entity,
Class<? extends Entity> clazz) |
String |
DbSqlSessionFactory.getInsertStatement(Entity object) |
String |
DbSqlSessionFactory.getUpdateStatement(Entity object) |
protected void |
DbSqlSession.incrementRevision(Entity insertedObject) |
void |
DbSqlSession.insert(Entity entity) |
boolean |
DbSqlSession.isEntityInserted(Entity entity) |
boolean |
DbSqlSession.isEntityToBeDeleted(Entity entity) |
void |
DbSqlSession.update(Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DbSqlSession.collectChildExecutionsForInsertion(List<Entity> result,
Map<String,List<ExecutionEntity>> parentToChildrenMapping,
Set<String> handledExecutionIds,
String parentId,
boolean parentBeforeChildExecution) |
void |
DbSqlSession.delete(String statement,
Object parameter,
Class<? extends Entity> entityClass)
Executes a
BulkDeleteOperation, with the sql in the statement parameter. |
protected void |
DbSqlSession.flushBulkDeletes(Class<? extends Entity> entityClass) |
protected void |
DbSqlSession.flushBulkInsert(Collection<Entity> entities,
Class<? extends Entity> clazz) |
protected void |
DbSqlSession.flushBulkInsert(Collection<Entity> entities,
Class<? extends Entity> clazz) |
protected void |
DbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass,
Collection<Entity> entitiesToDelete) |
protected void |
DbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass,
Collection<Entity> entitiesToDelete) |
protected void |
DbSqlSession.flushInsertEntities(Class<? extends Entity> entityClass,
Collection<Entity> entitiesToInsert) |
protected void |
DbSqlSession.flushInsertEntities(Class<? extends Entity> entityClass,
Collection<Entity> entitiesToInsert) |
protected void |
DbSqlSession.flushRegularInsert(Entity entity,
Class<? extends Entity> clazz) |
String |
DbSqlSessionFactory.getInsertStatement(Class<? extends Entity> clazz) |
Boolean |
DbSqlSessionFactory.isBulkInsertable(Class<? extends Entity> entityClass) |
protected Collection<Entity> |
DbSqlSession.orderExecutionEntities(Map<String,Entity> executionEntities,
boolean parentBeforeChildExecution) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CachedEntityMatcher<EntityImpl extends Entity>
Interface to express a condition whether or not a cached entity should be used in the return result of a query.
|
class |
CachedEntityMatcherAdapter<EntityImpl extends Entity> |
interface |
SingleCachedEntityMatcher<EntityImpl extends Entity>
Interface to express a condition whether or not one specific cached entity should be used in the return result of a query.
|
| Modifier and Type | Field and Description |
|---|---|
protected Entity |
CachedEntity.entity
The actual
Entity instance. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
CachedEntity.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
CachedEntity |
EntityCacheImpl.put(Entity entity,
boolean storeState) |
CachedEntity |
EntityCache.put(Entity entity,
boolean storeState)
Adds the gives
Entity to the cache. |
void |
CachedEntity.setEntity(Entity entity) |
| Constructor and Description |
|---|
CachedEntity(Entity entity,
boolean storeState) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityManager<EntityImpl extends Entity> |
interface |
EntityManager<EntityImpl extends Entity> |
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<? extends Entity>,String> |
TableDataManagerImpl.entityToTableNameMap |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataManager<EntityImpl extends Entity> |
interface |
DataManager<EntityImpl extends Entity> |
| Modifier and Type | Method and Description |
|---|---|
<T extends Entity> |
ProfilingDbSqlSession.selectById(Class<T> entityClass,
String id,
boolean useCache) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProfilingDbSqlSession.flushRegularInsert(Entity entity,
Class<? extends Entity> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProfilingDbSqlSession.flushBulkDeletes(Class<? extends Entity> entityClass) |
protected void |
ProfilingDbSqlSession.flushBulkInsert(Collection<Entity> entities,
Class<? extends Entity> clazz) |
protected void |
ProfilingDbSqlSession.flushBulkInsert(Collection<Entity> entities,
Class<? extends Entity> clazz) |
protected void |
ProfilingDbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass,
Collection<Entity> entitiesToDelete) |
protected void |
ProfilingDbSqlSession.flushDeleteEntities(Class<? extends Entity> entityClass,
Collection<Entity> entitiesToDelete) |
protected void |
ProfilingDbSqlSession.flushRegularInsert(Entity entity,
Class<? extends Entity> clazz) |
Copyright © 2016 Alfresco. All rights reserved.