Uses of Class
org.hibernate.jpa.event.spi.CallbackType
-
Packages that use CallbackType Package Description org.hibernate.jpa.event.spi The SPI contracts for supporting JPA lifecycle callbacks. -
-
Uses of CallbackType in org.hibernate.jpa.event.spi
Methods in org.hibernate.jpa.event.spi that return CallbackType Modifier and Type Method Description CallbackTypeCallback. getCallbackType()The type of callback (pre-update, pre-persist, etc) handledstatic CallbackTypeCallbackType. valueOf(String name)Returns the enum constant of this type with the specified name.static CallbackType[]CallbackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.jpa.event.spi with parameters of type CallbackType Modifier and Type Method Description booleanCallbackRegistry. hasRegisteredCallbacks(Class<?> entityClass, CallbackType callbackType)Do we have any registered callbacks of the given type for the given entity?
-