Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.EntityInfo
Package
Description
-
Uses of EntityInfo in org.hibernate.boot.jaxb.hbm.spi
Modifier and TypeInterfaceDescriptioninterface
Common interface for all sub-entity mappings.Modifier and TypeClassDescriptionclass
Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.class
Java class for EntityBaseDefinition complex typeclass
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 EntityInfo in org.hibernate.boot.jaxb.hbm.transform
Modifier and TypeMethodDescriptionstatic String
TransformationHelper.determineEntityName
(EntityInfo hbmEntity, JaxbHbmHibernateMapping hibernateMapping) -
Uses of EntityInfo in org.hibernate.boot.model.source.internal.hbm
Modifier and TypeMethodDescriptionHbmLocalMetadataBuildingContext.determineEntityName
(EntityInfo entityElement) MappingDocument.determineEntityName
(EntityInfo entityElement) static org.hibernate.boot.model.source.internal.hbm.EntityNamingSourceImpl
AbstractEntitySourceImpl.extractEntityNamingSource
(MappingDocument sourceMappingDocument, EntityInfo jaxbEntityMapping)