Uses of Interface
com.blazebit.persistence.view.PostCommitListener
Packages that use PostCommitListener
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of PostCommitListener in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type PostCommitListenerModifier and TypeMethodDescriptionFlushOperationBuilder.onPostCommit(PostCommitListener<?> listener) Registers the given listener to the current flush operation.FlushOperationBuilder.onPostCommit(Class<T> entityViewClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation.<T,E> FlushOperationBuilder FlushOperationBuilder.onPostCommit(Class<T> entityViewClass, Class<E> entityClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation.<T,E> FlushOperationBuilder FlushOperationBuilder.onPostCommit(Class<T> entityViewClass, Class<E> entityClass, Set<ViewTransition> viewTransitions, PostCommitListener<T> listener) Registers the given listener to the current flush operation.FlushOperationBuilder.onPostCommit(Class<T> entityViewClass, Set<ViewTransition> viewTransitions, PostCommitListener<T> listener) Registers the given listener to the current flush operation.FlushOperationBuilder.onPostCommit(Set<ViewTransition> viewTransitions, PostCommitListener<?> listener) Registers the given listener to the current flush operation.FlushOperationBuilder.onPostCommitPersist(PostCommitListener<?> listener) Registers the given listener to the current flush operation for theViewTransition.PERSIST.FlushOperationBuilder.onPostCommitPersist(Class<T> entityViewClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation for theViewTransition.PERSIST.<T,E> FlushOperationBuilder FlushOperationBuilder.onPostCommitPersist(Class<T> entityViewClass, Class<E> entityClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation for theViewTransition.PERSIST.FlushOperationBuilder.onPostCommitRemove(PostCommitListener<?> listener) Registers the given listener to the current flush operation for theViewTransition.REMOVE.FlushOperationBuilder.onPostCommitRemove(Class<T> entityViewClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation for theViewTransition.REMOVE.<T,E> FlushOperationBuilder FlushOperationBuilder.onPostCommitRemove(Class<T> entityViewClass, Class<E> entityClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation for theViewTransition.REMOVE.FlushOperationBuilder.onPostCommitUpdate(PostCommitListener<?> listener) Registers the given listener to the current flush operation for theViewTransition.UPDATE.FlushOperationBuilder.onPostCommitUpdate(Class<T> entityViewClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation for theViewTransition.UPDATE.<T,E> FlushOperationBuilder FlushOperationBuilder.onPostCommitUpdate(Class<T> entityViewClass, Class<E> entityClass, PostCommitListener<T> listener) Registers the given listener to the current flush operation for theViewTransition.UPDATE.