public abstract class AbstractEngineEntityManager<T extends AbstractEngineConfiguration,EntityImpl extends Entity,DM extends DataManager<EntityImpl>> extends AbstractEntityManager<EntityImpl,DM>
| Modifier and Type | Field and Description |
|---|---|
protected T |
engineConfiguration |
dataManager, engineType| Constructor and Description |
|---|
AbstractEngineEntityManager(T engineConfiguration,
DM dataManager) |
| Modifier and Type | Method and Description |
|---|---|
protected Clock |
getClock() |
protected CommandExecutor |
getCommandExecutor() |
protected T |
getEngineConfiguration() |
protected FlowableEventDispatcher |
getEventDispatcher() |
create, createEntityEvent, delete, delete, delete, findById, fireEntityDeletedEvent, fireEntityInsertedEvent, fireEntityUpdatedEvent, getDataManager, insert, insert, setDataManager, update, updateprotected T extends AbstractEngineConfiguration engineConfiguration
protected T getEngineConfiguration()
protected FlowableEventDispatcher getEventDispatcher()
getEventDispatcher in class AbstractEntityManager<EntityImpl extends Entity,DM extends DataManager<EntityImpl>>protected Clock getClock()
protected CommandExecutor getCommandExecutor()
Copyright © 2021 Flowable. All rights reserved.