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
Methods in org.hibernate.jpa.event.internal that return types with arguments of type CallbackDefinitionModifier and TypeMethodDescriptionstatic List<CallbackDefinition>CallbackDefinitionResolverLegacyImpl.resolveEmbeddableCallbacks(ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType) static List<CallbackDefinition>CallbackDefinitionResolverLegacyImpl.resolveEntityCallbacks(ReflectionManager reflectionManager, XClass 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 TypeMethodDescriptionvoidPersistentClass.addCallbackDefinitions(List<CallbackDefinition> callbackDefinitions) voidProperty.addCallbackDefinitions(List<CallbackDefinition> callbackDefinitions)