Uses of Class
com.flowable.serviceregistry.engine.impl.persistence.entity.ServiceEntityManagers
Package | Description |
---|---|
com.flowable.serviceregistry.engine | |
com.flowable.serviceregistry.engine.impl.util |
-
Uses of ServiceEntityManagers in com.flowable.serviceregistry.engine
Fields in com.flowable.serviceregistry.engine declared as ServiceEntityManagers Modifier and Type Field Description protected ServiceEntityManagers
ServiceRegistryEngineConfiguration. serviceEntityManagers
Methods in com.flowable.serviceregistry.engine that return ServiceEntityManagers Modifier and Type Method Description ServiceEntityManagers
ServiceRegistryEngineConfiguration. getEntityManagers()
ServiceEntityManagers
ServiceRegistryEngineConfiguration. getServiceEntityManagers()
Methods in com.flowable.serviceregistry.engine with parameters of type ServiceEntityManagers Modifier and Type Method Description void
ServiceRegistryEngineConfiguration. setServiceEntityManagers(ServiceEntityManagers serviceEntityManagers)
-
Uses of ServiceEntityManagers in com.flowable.serviceregistry.engine.impl.util
Methods in com.flowable.serviceregistry.engine.impl.util that return ServiceEntityManagers Modifier and Type Method Description static ServiceEntityManagers
CommandContextUtil. getServiceEntityManagers()
static ServiceEntityManagers
CommandContextUtil. getServiceEntityManagers(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)