Class ProfilingDbSqlSessionFactory
- java.lang.Object
-
- org.flowable.common.engine.impl.db.DbSqlSessionFactory
-
- org.flowable.engine.test.profiler.ProfilingDbSqlSessionFactory
-
- All Implemented Interfaces:
SessionFactory
public class ProfilingDbSqlSessionFactory extends 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
Constructors Constructor Description ProfilingDbSqlSessionFactory(boolean usePrefixId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionopenSession(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
-
-
-
-
Method Detail
-
openSession
public Session openSession(CommandContext commandContext)
- Specified by:
openSessionin interfaceSessionFactory- Overrides:
openSessionin classDbSqlSessionFactory
-
-