Package org.hibernate.jpa.event.spi
Interface CallbackBuilder
-
public interface CallbackBuilder
Contract for walking an entity hierarchy and building a list of JPA callbacks
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CallbackBuilder.CallbackRegistrar
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
buildCallbacksForEmbeddable(Property embeddableProperty, java.lang.String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)
void
buildCallbacksForEntity(java.lang.String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)
void
release()
-
-
-
Method Detail
-
buildCallbacksForEntity
void buildCallbacksForEntity(java.lang.String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)
-
buildCallbacksForEmbeddable
void buildCallbacksForEmbeddable(Property embeddableProperty, java.lang.String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)
-
release
void release()
-
-