Package org.hibernate.jpa.event.spi
Interface CallbackBuilder
-
public interface CallbackBuilderContract for walking an entity hierarchy and building a list of JPA callbacks
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCallbackBuilder.CallbackRegistrarRepresents the target of JPA callback registrations as part the EntityCallbackBuilder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuildCallbacksForEmbeddable(Property embeddableProperty, java.lang.String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)voidbuildCallbacksForEntity(java.lang.String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)voidrelease()
-
-
-
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()
-
-