Uses of Class
org.camunda.bpm.engine.impl.db.sql.DbSqlSessionFactory
Packages that use DbSqlSessionFactory
-
Uses of DbSqlSessionFactory in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg declared as DbSqlSessionFactoryModifier and TypeFieldDescriptionprotected DbSqlSessionFactoryProcessEngineConfigurationImpl.dbSqlSessionFactoryMethods in org.camunda.bpm.engine.impl.cfg that return DbSqlSessionFactoryMethods in org.camunda.bpm.engine.impl.cfg with parameters of type DbSqlSessionFactoryModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.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 DbSqlSessionFactoryMethods in org.camunda.bpm.engine.impl.db.sql that return DbSqlSessionFactoryConstructors in org.camunda.bpm.engine.impl.db.sql with parameters of type DbSqlSessionFactoryModifierConstructorDescriptionBatchDbSqlSession(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)