Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
Packages that use JaxbHbmEntityBaseDefinition Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmEntityBaseDefinition in org.hibernate.boot.jaxb.hbm.spi
Subclasses of JaxbHbmEntityBaseDefinition in org.hibernate.boot.jaxb.hbm.spi Modifier and Type Class Description class
JaxbHbmDiscriminatorSubclassEntityType
Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.class
JaxbHbmJoinedSubclassEntityType
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. class
JaxbHbmRootEntityType
Root entity mapping.class
JaxbHbmSubclassEntityBaseDefinition
Java class for SubclassEntityBaseDefinition complex type.class
JaxbHbmUnionSubclassEntityType
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 JaxbHbmEntityBaseDefinition Modifier and Type Method Description protected JaxbHbmEntityBaseDefinition
AbstractEntitySourceImpl. jaxbEntityMapping()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmEntityBaseDefinition Modifier and Type Method Description static InheritanceType
Helper. interpretInheritanceType(JaxbHbmEntityBaseDefinition entityElement)
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmEntityBaseDefinition Constructor Description AbstractEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmEntityBaseDefinition jaxbEntityMapping)
SubclassEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmEntityBaseDefinition entityElement, EntitySource container)
-