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