| Package | Description |
|---|---|
| org.hibernate.boot.jaxb.hbm.spi | |
| org.hibernate.boot.model.source.internal.hbm |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SubEntityInfo
Common interface for all sub-entity mappings.
|
| 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 |
JaxbHbmEntityBaseDefinition
Java class for EntityBaseDefinition complex type.
|
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 |
|---|---|
java.lang.String |
HbmLocalMetadataBuildingContext.determineEntityName(EntityInfo entityElement) |
java.lang.String |
MappingDocument.determineEntityName(EntityInfo entityElement) |
static org.hibernate.boot.model.source.internal.hbm.EntityNamingSourceImpl |
AbstractEntitySourceImpl.extractEntityNamingSource(MappingDocument sourceMappingDocument,
EntityInfo jaxbEntityMapping) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.