Uses of Interface
com.blazebit.persistence.view.PostUpdateListener
Packages that use PostUpdateListener
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of PostUpdateListener in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type PostUpdateListenerModifier and TypeMethodDescriptionFlushOperationBuilder.onPostUpdate(PostUpdateListener<?> listener) Registers the given listener to the current flush operation.FlushOperationBuilder.onPostUpdate(Class<T> entityViewClass, PostUpdateListener<T> listener) Registers the given listener to the current flush operation.<T,E> FlushOperationBuilder FlushOperationBuilder.onPostUpdate(Class<T> entityViewClass, Class<E> entityClass, PostUpdateListener<T> listener) Registers the given listener to the current flush operation.