Uses of Interface
org.hibernate.jpa.event.spi.CallbackDefinition
Packages that use CallbackDefinition
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
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
.