public class MybatisBatchDataManager extends AbstractDataManager<BatchEntity> implements BatchDataManager
| Constructor and Description |
|---|
MybatisBatchDataManager() |
| Modifier and Type | Method and Description |
|---|---|
BatchEntity |
create() |
List<Batch> |
findAllBatches() |
long |
findBatchCountByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
findBatchesByQueryCriteria(BatchQueryImpl batchQuery) |
List<Batch> |
findBatchesBySearchKey(String searchKey) |
Class<? extends BatchEntity> |
getManagedEntityClass() |
bulkDelete, delete, delete, deleteCachedEntities, deleteCachedEntities, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updatepublic Class<? extends BatchEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<BatchEntity>public BatchEntity create()
create in interface DataManager<BatchEntity>public List<Batch> findBatchesBySearchKey(String searchKey)
findBatchesBySearchKey in interface BatchDataManagerpublic List<Batch> findAllBatches()
findAllBatches in interface BatchDataManagerpublic List<Batch> findBatchesByQueryCriteria(BatchQueryImpl batchQuery)
findBatchesByQueryCriteria in interface BatchDataManagerpublic long findBatchCountByQueryCriteria(BatchQueryImpl batchQuery)
findBatchCountByQueryCriteria in interface BatchDataManagerCopyright © 2020 Flowable. All rights reserved.