Uses of Class
org.flowable.common.engine.impl.db.DbSqlSession
Packages that use DbSqlSession
Package
Description
-
Uses of DbSqlSession in org.flowable.batch.service.impl.util
Methods in org.flowable.batch.service.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return DbSqlSession -
Uses of DbSqlSession in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.common.engine.impl.cfg.standalone
Fields in org.flowable.common.engine.impl.cfg.standalone declared as DbSqlSessionModifier and TypeFieldDescriptionprotected DbSqlSession
StandaloneMybatisTransactionContext.dbSqlSession
-
Uses of DbSqlSession in org.flowable.common.engine.impl.db
Methods in org.flowable.common.engine.impl.db that return DbSqlSessionModifier and TypeMethodDescriptionprotected DbSqlSession
DbSqlSessionFactory.createDbSqlSession()
protected DbSqlSession
AbstractDataManager.getDbSqlSession()
AbstractSqlScriptBasedDbSchemaManager.getDbSqlSession()
Methods in org.flowable.common.engine.impl.db with parameters of type DbSqlSessionModifier and TypeMethodDescriptionprotected void
AbstractDataManager.deleteCachedEntities
(DbSqlSession dbSqlSession, Collection<CachedEntity> cachedObjects, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) protected void
AbstractDataManager.deleteCachedEntities
(DbSqlSession dbSqlSession, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, Object parameter) protected List<EntityImpl>
AbstractDataManager.getList
(DbSqlSession dbSqlSession, String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, boolean checkCache) protected List<EntityImpl>
AbstractDataManager.getList
(DbSqlSession dbSqlSession, String dbQueryName, Object parameter, CachedEntityMatcher<EntityImpl> cachedEntityMatcher, boolean checkCache, boolean includeDeleted) protected boolean
AbstractDataManager.isEntityInserted
(DbSqlSession dbSqlSession, String entityLogicalName, String entityId) -
Uses of DbSqlSession in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity that return DbSqlSession -
Uses of DbSqlSession in org.flowable.common.engine.impl.tenant
Methods in org.flowable.common.engine.impl.tenant with parameters of type DbSqlSessionModifier and TypeMethodDescriptionBaseChangeTenantIdCmd.executeOperation
(DbSqlSession dbSqlSession, Map<String, Object> parameters) ExecuteChangeTenantIdCmd.executeOperation
(DbSqlSession dbSqlSession, Map<String, Object> parameters) SimulateChangeTenantIdCmd.executeOperation
(DbSqlSession dbSqlSession, Map<String, Object> parameters) -
Uses of DbSqlSession in org.flowable.dmn.engine.impl.util
Methods in org.flowable.dmn.engine.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.engine.test.profiler
Subclasses of DbSqlSession in org.flowable.engine.test.profiler -
Uses of DbSqlSession in org.flowable.entitylink.service.impl.util
Methods in org.flowable.entitylink.service.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.eventregistry.impl.util
Methods in org.flowable.eventregistry.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.eventsubscription.service.impl.util
Methods in org.flowable.eventsubscription.service.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.identitylink.service.impl.util
Methods in org.flowable.identitylink.service.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.idm.engine.impl.util
Methods in org.flowable.idm.engine.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.job.service.impl.util
Methods in org.flowable.job.service.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.task.service.impl.util
Methods in org.flowable.task.service.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext) -
Uses of DbSqlSession in org.flowable.variable.service.impl.util
Methods in org.flowable.variable.service.impl.util that return DbSqlSessionModifier and TypeMethodDescriptionstatic DbSqlSession
CommandContextUtil.getDbSqlSession()
static DbSqlSession
CommandContextUtil.getDbSqlSession
(CommandContext commandContext)