Uses of Enum Class
org.hibernate.jpa.event.spi.CallbackType
Packages that use CallbackType
Package
Description
Internal details of implementing support for JPA callbacks
The SPI contracts for supporting JPA lifecycle callbacks.
-
Uses of CallbackType in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal with parameters of type CallbackTypeModifier 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 CallbackType in org.hibernate.jpa.event.spi
Methods in org.hibernate.jpa.event.spi that return CallbackTypeModifier and TypeMethodDescriptionCallback.getCallbackType()The type of callback (pre-update, pre-persist, etc) handledstatic CallbackTypeReturns the enum constant of this class with the specified name.static CallbackType[]CallbackType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.jpa.event.spi with parameters of type CallbackTypeModifier and TypeMethodDescriptionbooleanCallbackRegistry.hasRegisteredCallbacks(Class<?> entityClass, CallbackType callbackType) Do we have any registered callbacks of the given type for the given entity?