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