Uses of Interface
org.flowable.batch.service.impl.persistence.entity.BatchEntity
Packages that use BatchEntity
Package
Description
-
Uses of BatchEntity in org.flowable.batch.service.impl
Methods in org.flowable.batch.service.impl that return BatchEntity -
Uses of BatchEntity in org.flowable.batch.service.impl.persistence.entity
Classes in org.flowable.batch.service.impl.persistence.entity that implement BatchEntityMethods in org.flowable.batch.service.impl.persistence.entity that return BatchEntityMethods in org.flowable.batch.service.impl.persistence.entity with parameters of type BatchEntityModifier and TypeMethodDescriptionBatchPartEntityManager.createBatchPart
(BatchEntity parentBatch, String status, String scopeId, String subScopeId, String scopeType) BatchPartEntityManagerImpl.createBatchPart
(BatchEntity parentBatch, String status, String scopeId, String subScopeId, String scopeType) -
Uses of BatchEntity in org.flowable.batch.service.impl.persistence.entity.data.impl
Methods in org.flowable.batch.service.impl.persistence.entity.data.impl that return BatchEntityMethods in org.flowable.batch.service.impl.persistence.entity.data.impl that return types with arguments of type BatchEntityModifier and TypeMethodDescriptionClass<? extends BatchEntity>
MybatisBatchDataManager.getManagedEntityClass()