Class MinimalPresenceCreateEntityListener
java.lang.Object
ch.tocco.nice2.persist.core.api.util.CollectingAfterCommitListener
ch.tocco.nice2.optional.reservation.impl.entitylistener.MinimalPresenceCreateEntityListener
- All Implemented Interfaces:
ContextListener
,EntityListener
,CommitListener
,EventListener
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
-
Constructor Summary
ConstructorDescriptionMinimalPresenceCreateEntityListener
(Context context, CommandExecutor commandExecutor, org.slf4j.Logger log, QueryBuilderFactory queryBuilderFactory) -
Method Summary
Modifier and TypeMethodDescriptioncustomizeMode
(Mode<E> mode) override this method to customize the mode for task to be executed after the commitprotected AfterCommitTask
Methods inherited from class ch.tocco.nice2.persist.core.api.util.CollectingAfterCommitListener
afterCommit, beforeCommit, contextDestroying, entityCreated, entityDeleted, entityUpdated, handleAfterCommit, setFutureCollector
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.util.CommitListener
afterFlush, priority
Methods inherited from interface ch.tocco.nice2.persist.core.api.ContextListener
transactionStarted
-
Constructor Details
-
MinimalPresenceCreateEntityListener
public MinimalPresenceCreateEntityListener(Context context, CommandExecutor commandExecutor, org.slf4j.Logger log, QueryBuilderFactory queryBuilderFactory)
-
-
Method Details
-
customizeMode
Description copied from class:CollectingAfterCommitListener
override this method to customize the mode for task to be executed after the commit- Overrides:
customizeMode
in classCollectingAfterCommitListener
- Parameters:
mode
- mode with default settings for CollectingAfterCommitListeners, make changes
-
getAfterCommitTask
- Specified by:
getAfterCommitTask
in classCollectingAfterCommitListener
-