Class AbstractEventSubscriptionDataManager<EntityImpl extends Entity>
java.lang.Object
org.flowable.common.engine.impl.db.AbstractDataManager<EntityImpl>
org.flowable.eventsubscription.service.impl.persistence.entity.data.AbstractEventSubscriptionDataManager<EntityImpl>
- All Implemented Interfaces:
DataManager<EntityImpl>
- Direct Known Subclasses:
MybatisEventSubscriptionDataManager
public abstract class AbstractEventSubscriptionDataManager<EntityImpl extends Entity>
extends AbstractDataManager<EntityImpl>
- Author:
- Joram Barrez
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.db.AbstractDataManager
MAX_ENTRIES_IN_CLAUSE
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractEventSubscriptionDataManager
(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setEventSubscriptionServiceConfiguration
(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration) 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, getIdGenerator, getList, getList, getList, getList, getList, getListFromCache, getListFromCache, getManagedEntityClass, 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
create
-
Field Details
-
eventSubscriptionServiceConfiguration
-
-
Constructor Details
-
AbstractEventSubscriptionDataManager
public AbstractEventSubscriptionDataManager(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
-
-
Method Details
-
getEventSubscriptionServiceConfiguration
-
setEventSubscriptionServiceConfiguration
public void setEventSubscriptionServiceConfiguration(EventSubscriptionServiceConfiguration eventSubscriptionServiceConfiguration)
-