Class MybatisPropertyDataManager
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<IdmPropertyEntity>
com.flowable.idm.engine.impl.persistence.entity.data.AbstractIdmDataManager<IdmPropertyEntity>
com.flowable.idm.engine.impl.persistence.entity.data.impl.MybatisPropertyDataManager
- All Implemented Interfaces:
PropertyDataManager
,org.flowable.common.engine.impl.persistence.entity.data.DataManager<IdmPropertyEntity>
public class MybatisPropertyDataManager
extends AbstractIdmDataManager<IdmPropertyEntity>
implements PropertyDataManager
- Author:
- Joram Barrez
-
Field Summary
Fields inherited from class com.flowable.idm.engine.impl.persistence.entity.data.AbstractIdmDataManager
idmEngineConfiguration
Fields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
Constructor Summary
ConstructorsConstructorDescriptionMybatisPropertyDataManager
(CoreIdmEngineConfiguration idmEngineConfiguration) -
Method Summary
Methods inherited from class com.flowable.idm.engine.impl.persistence.entity.data.AbstractIdmDataManager
getIdGenerator
Methods inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
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, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
delete, delete, findById, insert, update
-
Constructor Details
-
MybatisPropertyDataManager
-
-
Method Details
-
getManagedEntityClass
- Specified by:
getManagedEntityClass
in classorg.flowable.common.engine.impl.db.AbstractDataManager<IdmPropertyEntity>
-
create
- Specified by:
create
in interfaceorg.flowable.common.engine.impl.persistence.entity.data.DataManager<IdmPropertyEntity>
-
findAll
- Specified by:
findAll
in interfacePropertyDataManager
-