public class ProfilingDbSqlSession extends DbSqlSession
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutionResult |
commandExecutionResult |
bulkDeleteOperations, connectionMetadataDefaultCatalog, connectionMetadataDefaultSchema, dbSqlSessionFactory, deletedObjects, entityCache, insertedObjects, JDBC_METADATA_TABLE_TYPES, sqlSession, updatedObjects| Constructor and Description |
|---|
ProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory,
EntityCache entityCache) |
ProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory,
EntityCache entityCache,
Connection connection,
String catalog,
String schema) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
void |
flush() |
protected void |
flushBulkDeletes(Class<? extends Entity> entityClass,
List<BulkDeleteOperation> deleteOperations) |
protected void |
flushBulkInsert(Collection<Entity> entities,
Class<? extends Entity> clazz) |
protected void |
flushDeleteEntities(Class<? extends Entity> entityClass,
Collection<Entity> entitiesToDelete) |
protected void |
flushRegularInsert(Entity entity,
Class<? extends Entity> clazz) |
protected void |
flushUpdates() |
CommandExecutionResult |
getCurrentCommandExecution() |
<T extends Entity> |
selectById(Class<T> entityClass,
String id,
boolean useCache) |
List |
selectListWithRawParameter(String statement,
Object parameter,
boolean useCache) |
List |
selectListWithRawParameterNoCacheCheck(String statement,
Object parameter) |
Object |
selectOne(String statement,
Object parameter) |
cacheLoadOrStore, cacheLoadOrStore, close, debugFlush, delete, delete, determineUpdatedObjects, flushDeletes, flushInsertEntities, flushInserts, getConnectionMetadataDefaultCatalog, getConnectionMetadataDefaultSchema, getCustomMapper, getDbSqlSessionFactory, getSqlSession, incrementRevision, insert, isEntityInserted, isEntityInserted, isEntityToBeDeleted, removeUnnecessaryOperations, rollback, selectById, selectList, selectList, selectList, selectList, selectList, selectListNoCacheCheck, selectListNoCacheCheck, selectListWithRawParameter, selectListWithRawParameterNoCacheCheck, setConnectionMetadataDefaultCatalog, setConnectionMetadataDefaultSchema, update, updateprotected CommandExecutionResult commandExecutionResult
public ProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache)
public ProfilingDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema)
public void flush()
flush in interface Sessionflush in class DbSqlSessionpublic void commit()
commit in class DbSqlSessionpublic Object selectOne(String statement, Object parameter)
selectOne in class DbSqlSessionpublic <T extends Entity> T selectById(Class<T> entityClass, String id, boolean useCache)
selectById in class DbSqlSessionpublic List selectListWithRawParameter(String statement, Object parameter, boolean useCache)
selectListWithRawParameter in class DbSqlSessionpublic List selectListWithRawParameterNoCacheCheck(String statement, Object parameter)
selectListWithRawParameterNoCacheCheck in class DbSqlSessionprotected void flushRegularInsert(Entity entity, Class<? extends Entity> clazz)
flushRegularInsert in class DbSqlSessionprotected void flushBulkInsert(Collection<Entity> entities, Class<? extends Entity> clazz)
flushBulkInsert in class DbSqlSessionprotected void flushUpdates()
flushUpdates in class DbSqlSessionprotected void flushDeleteEntities(Class<? extends Entity> entityClass, Collection<Entity> entitiesToDelete)
flushDeleteEntities in class DbSqlSessionprotected void flushBulkDeletes(Class<? extends Entity> entityClass, List<BulkDeleteOperation> deleteOperations)
flushBulkDeletes in class DbSqlSessionpublic CommandExecutionResult getCurrentCommandExecution()
Copyright © 2019 Flowable. All rights reserved.