Uses of Interface
org.hibernate.jpa.event.spi.CallbackDefinition
-
Packages that use CallbackDefinition Package Description org.hibernate.mapping 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 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 voidPersistentClass. addCallbackDefinitions(List<CallbackDefinition> callbackDefinitions)voidProperty. addCallbackDefinitions(List<CallbackDefinition> callbackDefinitions)
-