Uses of Interface
org.hibernate.jpa.event.spi.CallbackDefinition
Packages that use CallbackDefinition
Package
Description
Internal details of implementing support for JPA callbacks
This package defines the Hibernate configuration-time mapping model.
-
Uses of CallbackDefinition in org.hibernate.jpa.event.internal
Classes in org.hibernate.jpa.event.internal that implement CallbackDefinitionModifier and TypeClassDescriptionstatic class
Deprecated.static class
static class
-
Uses of CallbackDefinition in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type CallbackDefinitionModifier and TypeMethodDescriptionPersistentClass.getCallbackDefinitions()
Property.getCallbackDefinitions()
Deprecated.Method parameters in org.hibernate.mapping with type arguments of type CallbackDefinitionModifier and TypeMethodDescriptionvoid
PersistentClass.addCallbackDefinitions
(List<CallbackDefinition> callbackDefinitions) void
Property.addCallbackDefinitions
(List<CallbackDefinition> callbackDefinitions) Deprecated.See discussion inEmbeddableCallback
.
EmbeddableCallback
.