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
Classes in org.flowable.batch.service.impl that implement interfaces with type arguments of type BatchEntityMethods 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 BatchEntitySubclasses with type arguments of type BatchEntity in org.flowable.batch.service.impl.persistence.entitySubinterfaces with type arguments of type BatchEntity in org.flowable.batch.service.impl.persistence.entityMethods 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
Subinterfaces with type arguments of type BatchEntity in org.flowable.batch.service.impl.persistence.entity.data -
Uses of BatchEntity in org.flowable.batch.service.impl.persistence.entity.data.impl
Subclasses with type arguments of type BatchEntity in org.flowable.batch.service.impl.persistence.entity.data.implMethods 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()