Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Packages that use JaxbHbmEntityBaseDefinition
-
Uses of JaxbHbmEntityBaseDefinition in org.hibernate.boot.jaxb.hbm.spi
Subclasses of JaxbHbmEntityBaseDefinition in org.hibernate.boot.jaxb.hbm.spiModifier and TypeClassDescriptionclass
Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.class
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. class
Root entity mapping.class
Java class for SubclassEntityBaseDefinition complex typeclass
Union subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regardingvs. -
Uses of JaxbHbmEntityBaseDefinition in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return JaxbHbmEntityBaseDefinitionModifier and TypeMethodDescriptionprotected JaxbHbmEntityBaseDefinition
AbstractEntitySourceImpl.jaxbEntityMapping()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmEntityBaseDefinitionModifier and TypeMethodDescriptionstatic InheritanceType
Helper.interpretInheritanceType
(JaxbHbmEntityBaseDefinition entityElement) Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmEntityBaseDefinitionModifierConstructorDescriptionprotected
AbstractEntitySourceImpl
(MappingDocument sourceMappingDocument, JaxbHbmEntityBaseDefinition jaxbEntityMapping) protected
SubclassEntitySourceImpl
(MappingDocument sourceMappingDocument, JaxbHbmEntityBaseDefinition entityElement, EntitySource container)