public interface BatchEntityManager extends EntityManager<BatchEntity>
| Modifier and Type | Method and Description |
|---|---|
Batch |
createBatch(BatchBuilder batchBuilder) |
List<Batch> |
findAllBatches() |
long |
findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
findBatchesByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
findBatchesBySearchKey(String searchKey) |
List<Batch> findBatchesByQueryCriteria(BatchQueryImpl batchQuery)
long findBatchCountByQueryCriteria(BatchQueryImpl batchQuery)
Batch createBatch(BatchBuilder batchBuilder)
Copyright © 2020 Flowable. All rights reserved.