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
static class
static class
Methods in org.hibernate.jpa.event.internal that return types with arguments of type CallbackDefinitionModifier and TypeMethodDescriptionstatic List<CallbackDefinition>
CallbackDefinitionResolver.resolveEmbeddableCallbacks
(MetadataBuildingContext metadataBuildingContext, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType) static List<CallbackDefinition>
CallbackDefinitionResolver.resolveEntityCallbacks
(MetadataBuildingContext metadataBuildingContext, org.hibernate.models.spi.ClassDetails entityClass, CallbackType callbackType) -
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()
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)