Uses of Interface
org.hibernate.jpa.event.spi.CallbackDefinition
-
Packages that use CallbackDefinition Package Description org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacksorg.hibernate.mapping 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 CallbackDefinition Modifier and Type Method Description static List<CallbackDefinition>
CallbackDefinitionResolverLegacyImpl. resolveEmbeddableCallbacks(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, Class<?> entityClass, Property embeddableProperty, CallbackType callbackType)
static List<CallbackDefinition>
CallbackDefinitionResolverLegacyImpl. resolveEntityCallbacks(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager, org.hibernate.annotations.common.reflection.XClass entityClass, CallbackType callbackType)
-
Uses of CallbackDefinition in org.hibernate.mapping
Methods in org.hibernate.mapping that return types with arguments of type CallbackDefinition Modifier and Type Method Description List<CallbackDefinition>
PersistentClass. getCallbackDefinitions()
List<CallbackDefinition>
Property. getCallbackDefinitions()
Method parameters in org.hibernate.mapping with type arguments of type CallbackDefinition Modifier and Type Method Description void
PersistentClass. addCallbackDefinitions(List<CallbackDefinition> callbackDefinitions)
void
Property. addCallbackDefinitions(List<CallbackDefinition> callbackDefinitions)
-