Uses of Enum Class
org.hibernate.boot.models.JpaEventListenerStyle
Packages that use JpaEventListenerStyle
Package
Description
Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of JpaEventListenerStyle in org.hibernate.boot.models
Methods in org.hibernate.boot.models that return JpaEventListenerStyleModifier and TypeMethodDescriptionstatic JpaEventListenerStyle
Returns the enum constant of this class with the specified name.static JpaEventListenerStyle[]
JpaEventListenerStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of JpaEventListenerStyle in org.hibernate.boot.models.spi
Methods in org.hibernate.boot.models.spi that return JpaEventListenerStyleMethods in org.hibernate.boot.models.spi with parameters of type JpaEventListenerStyleModifier and TypeMethodDescriptionstatic JpaEventListener
JpaEventListener.from
(JpaEventListenerStyle consumerType, org.hibernate.models.spi.ClassDetails listenerClassDetails) Create a listener descriptor from annotationsstatic JpaEventListener
JpaEventListener.from
(JpaEventListenerStyle consumerType, org.hibernate.models.spi.ClassDetails listenerClassDetails, JaxbEntityListenerImpl jaxbMapping, org.hibernate.models.spi.SourceModelBuildingContext modelsContext) Create a listener descriptor from XMLstatic boolean
JpaEventListener.matchesSignature
(JpaEventListenerStyle callbackType, org.hibernate.models.spi.MethodDetails methodDetails) Constructors in org.hibernate.boot.models.spi with parameters of type JpaEventListenerStyleModifierConstructorDescriptionJpaEventListener
(JpaEventListenerStyle consumerType, org.hibernate.models.spi.ClassDetails listenerClass, org.hibernate.models.spi.MethodDetails prePersistMethod, org.hibernate.models.spi.MethodDetails postPersistMethod, org.hibernate.models.spi.MethodDetails preRemoveMethod, org.hibernate.models.spi.MethodDetails postRemoveMethod, org.hibernate.models.spi.MethodDetails preUpdateMethod, org.hibernate.models.spi.MethodDetails postUpdateMethod, org.hibernate.models.spi.MethodDetails postLoadMethod)