Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.LifecycleCallbackContainer
-
Packages that use LifecycleCallbackContainer Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of LifecycleCallbackContainer in org.hibernate.boot.jaxb.mapping.spi
Subinterfaces of LifecycleCallbackContainer in org.hibernate.boot.jaxb.mapping.spi Modifier and Type Interface Description interface
EntityOrMappedSuperclass
Common interface for JAXB bindings representing entities and mapped-superclasses.Classes in org.hibernate.boot.jaxb.mapping.spi that implement LifecycleCallbackContainer Modifier and Type Class Description class
JaxbEntity
Defines the settings and mappings for an entity.class
JaxbEntityListener
Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.class
JaxbMappedSuperclass
Defines the settings and mappings for a mapped superclass.
-