Package org.hibernate.jpa.event.internal
package org.hibernate.jpa.event.internal
Internal details of implementing support for JPA callbacks
-
ClassesClassDescriptionResolves JPA callback definitionsThe intent of this class is to use a lighter implementation when standard JPA entity lifecycle callbacks are disabled via
SessionFactoryOptions.areJPACallbacksEnabled()
.Deprecated.Represents a JPA callback method declared by the entity itself.Represents a JPA callback method declared by an entity listener class.
PreUpdate
/PostUpdate
callbacks get called when the embeddable object is not itself being updated.