Package | Description |
---|---|
org.hibernate.boot.jaxb.hbm.spi | |
org.hibernate.boot.model.source.internal.hbm |
Modifier and Type | Class and 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 regarding
|
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 regarding
|
Modifier and Type | Method and Description |
---|---|
protected JaxbHbmEntityBaseDefinition |
AbstractEntitySourceImpl.jaxbEntityMapping() |
Modifier and Type | Method and Description |
---|---|
static InheritanceType |
Helper.interpretInheritanceType(JaxbHbmEntityBaseDefinition entityElement) |
Constructor and Description |
---|
AbstractEntitySourceImpl(MappingDocument sourceMappingDocument,
JaxbHbmEntityBaseDefinition jaxbEntityMapping) |
SubclassEntitySourceImpl(MappingDocument sourceMappingDocument,
JaxbHbmEntityBaseDefinition entityElement,
EntitySource container) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.