public class MybatisModelDataManager extends AbstractProcessDataManager<ModelEntity> implements ModelDataManager
processEngineConfiguration| Constructor and Description |
|---|
MybatisModelDataManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
ModelEntity |
create() |
long |
findModelCountByNativeQuery(Map<String,Object> parameterMap) |
long |
findModelCountByQueryCriteria(ModelQueryImpl query) |
List<Model> |
findModelsByNativeQuery(Map<String,Object> parameterMap) |
List<Model> |
findModelsByQueryCriteria(ModelQueryImpl query) |
Class<? extends ModelEntity> |
getManagedEntityClass() |
getClock, getProcessEngineConfigurationdelete, delete, findById, findByQuery, getCommandContext, getDbSqlSession, getEntity, getEntityCache, getList, getList, getList, getListFromCache, getManagedEntitySubClasses, getSession, insert, updatepublic MybatisModelDataManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public Class<? extends ModelEntity> getManagedEntityClass()
getManagedEntityClass in class AbstractDataManager<ModelEntity>public ModelEntity create()
create in interface DataManager<ModelEntity>public List<Model> findModelsByQueryCriteria(ModelQueryImpl query)
findModelsByQueryCriteria in interface ModelDataManagerpublic long findModelCountByQueryCriteria(ModelQueryImpl query)
findModelCountByQueryCriteria in interface ModelDataManagerpublic List<Model> findModelsByNativeQuery(Map<String,Object> parameterMap)
findModelsByNativeQuery in interface ModelDataManagerpublic long findModelCountByNativeQuery(Map<String,Object> parameterMap)
findModelCountByNativeQuery in interface ModelDataManagerCopyright © 2017 Flowable. All rights reserved.