Class ProfilingDbSqlSessionFactory
java.lang.Object
org.flowable.common.engine.impl.db.DbSqlSessionFactory
org.flowable.engine.test.profiler.ProfilingDbSqlSessionFactory
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.SessionFactory
public class ProfilingDbSqlSessionFactory
extends org.flowable.common.engine.impl.db.DbSqlSessionFactory
- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.db.DbSqlSessionFactory
bulkInserteableEntityClasses, bulkInsertStatements, databaseCatalog, databaseSchema, databaseSpecificStatements, databaseTablePrefix, databaseType, deleteStatements, deletionOrder, insertionOrder, insertStatements, isDbHistoryUsed, logicalNameToClassMapping, maxNrOfStatementsInBulkInsert, selectStatements, sqlSessionFactory, statementMappings, tablePrefixIsSchema, updateStatements, usePrefixId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.common.engine.impl.interceptor.Session
openSession
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) Methods inherited from class org.flowable.common.engine.impl.db.DbSqlSessionFactory
addDatabaseSpecificStatement, addLogicalEntityClassMapping, createDbSqlSession, getBulkInserteableEntityClasses, getBulkInsertStatement, getBulkInsertStatements, getDatabaseCatalog, getDatabaseSchema, getDatabaseSpecificStatements, getDatabaseTablePrefix, getDatabaseType, getDeleteStatement, getDeleteStatements, getDeletionOrder, getInsertionOrder, getInsertStatement, getInsertStatement, getInsertStatements, getLogicalNameToClassMapping, getMaxNrOfStatementsInBulkInsert, getSelectStatement, getSelectStatements, getSessionType, getSqlSessionFactory, getStatement, getStatementMappings, getUpdateStatement, getUpdateStatements, isBulkInsertable, isDbHistoryUsed, isMysql, isOracle, isTablePrefixIsSchema, isUsePrefixId, mapStatement, setBulkInserteableEntityClasses, setBulkInsertStatements, setDatabaseCatalog, setDatabaseSchema, setDatabaseSpecificStatements, setDatabaseTablePrefix, setDatabaseType, setDbHistoryUsed, setDeleteStatements, setDeletionOrder, setInsertionOrder, setInsertStatements, setLogicalNameToClassMapping, setMaxNrOfStatementsInBulkInsert, setSelectStatements, setSqlSessionFactory, setStatementMappings, setTablePrefixIsSchema, setUpdateStatements, setUsePrefixId
-
Constructor Details
-
ProfilingDbSqlSessionFactory
public ProfilingDbSqlSessionFactory(boolean usePrefixId)
-
-
Method Details
-
openSession
public org.flowable.common.engine.impl.interceptor.Session openSession(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
openSession
in interfaceorg.flowable.common.engine.impl.interceptor.SessionFactory
- Overrides:
openSession
in classorg.flowable.common.engine.impl.db.DbSqlSessionFactory
-