Uses of Interface
org.flowable.common.engine.impl.persistence.entity.TableDataManager
-
Packages that use TableDataManager Package Description org.flowable.common.engine.impl org.flowable.common.engine.impl.persistence.entity -
-
Uses of TableDataManager in org.flowable.common.engine.impl
Fields in org.flowable.common.engine.impl declared as TableDataManager Modifier and Type Field Description protected TableDataManagerAbstractEngineConfiguration. tableDataManagerMethods in org.flowable.common.engine.impl that return TableDataManager Modifier and Type Method Description TableDataManagerAbstractEngineConfiguration. getTableDataManager()Methods in org.flowable.common.engine.impl with parameters of type TableDataManager Modifier and Type Method Description AbstractEngineConfigurationAbstractEngineConfiguration. setTableDataManager(TableDataManager tableDataManager) -
Uses of TableDataManager in org.flowable.common.engine.impl.persistence.entity
Classes in org.flowable.common.engine.impl.persistence.entity that implement TableDataManager Modifier and Type Class Description classTableDataManagerImpl
-