Uses of Class
org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
-
Packages that use DbSqlSessionFactory Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.db.sql -
-
Uses of DbSqlSessionFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as DbSqlSessionFactory Modifier and Type Field Description protected DbSqlSessionFactoryProcessEngineConfigurationImpl. dbSqlSessionFactoryMethods in org.camunda.bpm.engine.impl.cfg that return DbSqlSessionFactory Modifier and Type Method Description DbSqlSessionFactoryProcessEngineConfigurationImpl. getDbSqlSessionFactory()Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DbSqlSessionFactory Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDbSqlSessionFactory(DbSqlSessionFactory dbSqlSessionFactory) -
Uses of DbSqlSessionFactory in org.camunda.bpm.engine.impl.db.sql
Fields in org.camunda.bpm.engine.impl.db.sql declared as DbSqlSessionFactory Modifier and Type Field Description protected DbSqlSessionFactoryDbSqlSession. dbSqlSessionFactoryMethods in org.camunda.bpm.engine.impl.db.sql that return DbSqlSessionFactory Modifier and Type Method Description DbSqlSessionFactoryDbSqlSession. getDbSqlSessionFactory()Constructors in org.camunda.bpm.engine.impl.db.sql with parameters of type DbSqlSessionFactory Constructor Description BatchDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory)BatchDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, Connection connection, String catalog, String schema)DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory)DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, Connection connection, String catalog, String schema)SimpleDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory)SimpleDbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, Connection connection, String catalog, String schema)
-