Uses of Class
org.flowable.common.engine.impl.db.DbSqlSessionFactory
-
Packages that use DbSqlSessionFactory Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.db -
-
Uses of DbSqlSessionFactory in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as DbSqlSessionFactory Modifier and Type Field Description protected DbSqlSessionFactoryAbstractEngineConfiguration. dbSqlSessionFactoryMethods in org.flowable.common.engine.impl that return DbSqlSessionFactory Modifier and Type Method Description DbSqlSessionFactoryAbstractEngineConfiguration. createDbSqlSessionFactory()DbSqlSessionFactoryAbstractEngineConfiguration. getDbSqlSessionFactory()Methods in org.flowable.common.engine.impl with parameters of type DbSqlSessionFactory Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setDbSqlSessionFactory(DbSqlSessionFactory dbSqlSessionFactory) -
Uses of DbSqlSessionFactory in org.flowable.common.engine.impl.db
Fields in org.flowable.common.engine.impl.db declared as DbSqlSessionFactory Modifier and Type Field Description protected DbSqlSessionFactoryDbSqlSession. dbSqlSessionFactoryMethods in org.flowable.common.engine.impl.db that return DbSqlSessionFactory Modifier and Type Method Description DbSqlSessionFactoryDbSqlSession. getDbSqlSessionFactory()Constructors in org.flowable.common.engine.impl.db with parameters of type DbSqlSessionFactory Constructor Description DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache)DbSqlSession(DbSqlSessionFactory dbSqlSessionFactory, EntityCache entityCache, Connection connection, String catalog, String schema)
-