Uses of Interface
org.hibernate.jpa.event.spi.CallbackDefinition
-
Packages that use CallbackDefinition Package Description org.hibernate.mapping -
-
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 java.util.List<CallbackDefinition>PersistentClass. getCallbackDefinitions()java.util.List<CallbackDefinition>Property. getCallbackDefinitions()Method parameters in org.hibernate.mapping with type arguments of type CallbackDefinition Modifier and Type Method Description voidPersistentClass. addCallbackDefinitions(java.util.List<CallbackDefinition> callbackDefinitions)voidProperty. addCallbackDefinitions(java.util.List<CallbackDefinition> callbackDefinitions)
-