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