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

    Constructors
    Constructor
    Description
    ProfilingDbSqlSessionFactory(boolean usePrefixId)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface org.flowable.common.engine.impl.interceptor.SessionFactory
      Overrides:
      openSession in class org.flowable.common.engine.impl.db.DbSqlSessionFactory