Uses of Class
org.flowable.common.engine.impl.db.DbSqlSessionFactory
Packages that use DbSqlSessionFactory
-
Uses of DbSqlSessionFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as DbSqlSessionFactoryModifier and TypeFieldDescriptionprotected DbSqlSessionFactoryAbstractEngineConfiguration.dbSqlSessionFactoryMethods 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)