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