Uses of Interface
org.flowable.job.service.impl.persistence.entity.JobEntityManager
-
Packages that use JobEntityManager Package Description org.flowable.job.service org.flowable.job.service.impl org.flowable.job.service.impl.persistence.entity -
-
Uses of JobEntityManager in org.flowable.job.service
Fields in org.flowable.job.service declared as JobEntityManager Modifier and Type Field Description protected JobEntityManagerJobServiceConfiguration. jobEntityManagerMethods in org.flowable.job.service that return JobEntityManager Modifier and Type Method Description JobEntityManagerJobServiceConfiguration. getJobEntityManager()Methods in org.flowable.job.service with parameters of type JobEntityManager Modifier and Type Method Description JobServiceConfigurationJobServiceConfiguration. setJobEntityManager(JobEntityManager jobEntityManager) -
Uses of JobEntityManager in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return JobEntityManager Modifier and Type Method Description JobEntityManagerServiceImpl. getJobEntityManager() -
Uses of JobEntityManager in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement JobEntityManager Modifier and Type Class Description classJobEntityManagerImpl
-