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
idmEngineConfigurationFields 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
getIdGeneratorMethods 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, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getManagedEntityClassin classorg.flowable.common.engine.impl.db.AbstractDataManager<IdmPropertyEntity>
-
create
- Specified by:
createin interfaceorg.flowable.common.engine.impl.persistence.entity.data.DataManager<IdmPropertyEntity>
-
findAll
- Specified by:
findAllin interfacePropertyDataManager
-