public class MybatisBatchPartDataManager extends AbstractDataManager<BatchPartEntity> implements BatchPartDataManager
| Modifier and Type | Field and Description |
|---|---|
protected BatchServiceConfiguration |
batchServiceConfiguration |
MAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MybatisBatchPartDataManager(BatchServiceConfiguration batchServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
BatchPartEntity |
create() |
List<BatchPart> |
findBatchPartsByBatchId(String batchId) |
List<BatchPart> |
findBatchPartsByBatchIdAndStatus(String batchId,
String status) |
List<BatchPart> |
findBatchPartsByScopeIdAndType(String scopeId,
String scopeType) |
protected IdGenerator |
getIdGenerator() |
Class<? extends BatchPartEntity> |
getManagedEntityClass() |
bulkDelete, bulkDeleteEntities, bulkUpdateEntities, createSafeInValuesList, delete, delete, deleteCachedEntities, deleteCachedEntities, executeChangeWithInClause, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntitySubClasses, getSession, insert, isEntityInserted, updateprotected BatchServiceConfiguration batchServiceConfiguration
public MybatisBatchPartDataManager(BatchServiceConfiguration batchServiceConfiguration)
public Class<? extends BatchPartEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<BatchPartEntity>public BatchPartEntity create()
create in interface DataManager<BatchPartEntity>public List<BatchPart> findBatchPartsByBatchId(String batchId)
findBatchPartsByBatchId in interface BatchPartDataManagerpublic List<BatchPart> findBatchPartsByBatchIdAndStatus(String batchId, String status)
findBatchPartsByBatchIdAndStatus in interface BatchPartDataManagerpublic List<BatchPart> findBatchPartsByScopeIdAndType(String scopeId, String scopeType)
findBatchPartsByScopeIdAndType in interface BatchPartDataManagerprotected IdGenerator getIdGenerator()
getIdGenerator in class AbstractDataManager<BatchPartEntity>Copyright © 2021 Flowable. All rights reserved.