public class MybatisEventDeploymentDataManager extends AbstractEventDataManager<EventDeploymentEntity> implements EventDeploymentDataManager
eventRegistryConfigurationMAX_ENTRIES_IN_CLAUSE| Constructor and Description |
|---|
MybatisEventDeploymentDataManager(EventRegistryEngineConfiguration eventRegistryConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
EventDeploymentEntity |
create() |
long |
findDeploymentCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findDeploymentCountByQueryCriteria(EventDeploymentQueryImpl deploymentQuery) |
List<EventDeployment> |
findDeploymentsByNativeQuery(Map<String,Object> parameterMap) |
List<EventDeployment> |
findDeploymentsByQueryCriteria(EventDeploymentQueryImpl deploymentQuery) |
List<String> |
getDeploymentResourceNames(String deploymentId) |
Class<? extends EventDeploymentEntity> |
getManagedEntityClass() |
getIdGeneratorbulkDelete, 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, updatepublic MybatisEventDeploymentDataManager(EventRegistryEngineConfiguration eventRegistryConfiguration)
public Class<? extends EventDeploymentEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<EventDeploymentEntity>public EventDeploymentEntity create()
create in interface DataManager<EventDeploymentEntity>public long findDeploymentCountByQueryCriteria(EventDeploymentQueryImpl deploymentQuery)
findDeploymentCountByQueryCriteria in interface EventDeploymentDataManagerpublic List<EventDeployment> findDeploymentsByQueryCriteria(EventDeploymentQueryImpl deploymentQuery)
findDeploymentsByQueryCriteria in interface EventDeploymentDataManagerpublic List<String> getDeploymentResourceNames(String deploymentId)
getDeploymentResourceNames in interface EventDeploymentDataManagerpublic List<EventDeployment> findDeploymentsByNativeQuery(Map<String,Object> parameterMap)
findDeploymentsByNativeQuery in interface EventDeploymentDataManagerpublic long findDeploymentCountByNativeQuery(Map<String,Object> parameterMap)
findDeploymentCountByNativeQuery in interface EventDeploymentDataManagerCopyright © 2021 Flowable. All rights reserved.