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 interfaceEntityOrMappedSuperclassCommon 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 classJaxbEntityDefines the settings and mappings for an entity.classJaxbEntityListenerDefines an entity listener to be invoked at lifecycle events for the entities that list this listener.classJaxbMappedSuperclassDefines the settings and mappings for a mapped superclass.
-