Uses of Class
org.flowable.common.engine.impl.db.DbSqlSessionFactory
Packages that use DbSqlSessionFactory
Package
Description
-
Uses of DbSqlSessionFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as DbSqlSessionFactoryModifier and TypeFieldDescriptionprotected DbSqlSessionFactory
AbstractEngineConfiguration.dbSqlSessionFactory
Methods in org.flowable.common.engine.impl that return DbSqlSessionFactoryModifier and TypeMethodDescriptionAbstractEngineConfiguration.createDbSqlSessionFactory()
AbstractEngineConfiguration.getDbSqlSessionFactory()
Methods in org.flowable.common.engine.impl with parameters of type DbSqlSessionFactoryModifier and TypeMethodDescriptionAbstractEngineConfiguration.setDbSqlSessionFactory
(DbSqlSessionFactory dbSqlSessionFactory) -
Uses of DbSqlSessionFactory in org.flowable.common.engine.impl.db
Fields in org.flowable.common.engine.impl.db declared as DbSqlSessionFactoryMethods in org.flowable.common.engine.impl.db that return DbSqlSessionFactoryConstructors in org.flowable.common.engine.impl.db with parameters of type DbSqlSessionFactoryModifierConstructorDescriptionDbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache) DbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema) -
Uses of DbSqlSessionFactory in org.flowable.dmn.engine
Methods in org.flowable.dmn.engine that return DbSqlSessionFactory -
Uses of DbSqlSessionFactory in org.flowable.engine.test.profiler
Subclasses of DbSqlSessionFactory in org.flowable.engine.test.profilerConstructors in org.flowable.engine.test.profiler with parameters of type DbSqlSessionFactoryModifierConstructorDescriptionProfilingDbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache) ProfilingDbSqlSession
(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema) -
Uses of DbSqlSessionFactory in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return DbSqlSessionFactory -
Uses of DbSqlSessionFactory in org.flowable.idm.engine
Methods in org.flowable.idm.engine that return DbSqlSessionFactory