Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
Packages that use EntityInfo Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of EntityInfo in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of EntityInfo in org.hibernate.boot.jaxb.hbm.spi Modifier and Type Interface Description interfaceSubEntityInfoCommon interface for all sub-entity mappings.Classes in org.hibernate.boot.jaxb.hbm.spi that implement EntityInfo Modifier and Type Class Description classJaxbHbmDiscriminatorSubclassEntityTypeSubclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.classJaxbHbmEntityBaseDefinitionJava class for EntityBaseDefinition complex type.classJaxbHbmJoinedSubclassEntityTypeJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classJaxbHbmRootEntityTypeRoot entity mapping.classJaxbHbmSubclassEntityBaseDefinitionJava class for SubclassEntityBaseDefinition complex type.classJaxbHbmUnionSubclassEntityTypeUnion 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.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type EntityInfo Modifier and Type Method Description StringHbmLocalMetadataBuildingContext. determineEntityName(EntityInfo entityElement)StringMappingDocument. determineEntityName(EntityInfo entityElement)static org.hibernate.boot.model.source.internal.hbm.EntityNamingSourceImplAbstractEntitySourceImpl. extractEntityNamingSource(MappingDocument sourceMappingDocument, EntityInfo jaxbEntityMapping)
-