Uses of Interface
org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
-
Packages that use LifecycleCallbackContainer Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of LifecycleCallbackContainer in org.hibernate.boot.jaxb.mapping
Subinterfaces of LifecycleCallbackContainer in org.hibernate.boot.jaxb.mapping Modifier and Type Interface Description interface
EntityOrMappedSuperclass
JAXB binding interface for commonality between entity and mapped-superclass mappingsClasses in org.hibernate.boot.jaxb.mapping that implement LifecycleCallbackContainer Modifier and Type Class Description class
JaxbEntity
See jakarta.persistence.Entity Defines the settings and mappings for an entity.class
JaxbEntityListener
See `@jakarta.persistence.PrePersist` See `@jakarta.persistence.PreRemove` See `@jakarta.persistence.PreUpdate` See `@jakarta.persistence.PostPersist` See `@jakarta.persistence.PostRemove` See `@jakarta.persistence.PostUpdate` See `@jakarta.persistence.PostLoad`class
JaxbMappedSuperclass
See `@jakarta.persistence.MappedSuperclass` -
Uses of LifecycleCallbackContainer in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type LifecycleCallbackContainer Modifier and Type Method Description void
PropertyMappingElementCollector. collectLifecycleCallbacksIfMatching(LifecycleCallbackContainer container)
-