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