Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.EntityInfo
Packages that use EntityInfo
Package
Description
-
Uses of EntityInfo in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of EntityInfo in org.hibernate.boot.jaxb.hbm.spiModifier and TypeInterfaceDescriptioninterfaceCommon interface for all sub-entity mappings.Classes in org.hibernate.boot.jaxb.hbm.spi that implement EntityInfoModifier and TypeClassDescriptionclassSubclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.classJava class for EntityBaseDefinition complex typeclassJoined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regardingvs. classRoot entity mapping.classJava class for SubclassEntityBaseDefinition complex typeclassUnion 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
Methods in org.hibernate.boot.jaxb.hbm.transform that return types with arguments of type EntityInfoMethods in org.hibernate.boot.jaxb.hbm.transform with parameters of type EntityInfoModifier and TypeMethodDescriptionstatic StringTransformationHelper.determineEntityName(EntityInfo hbmEntity, JaxbHbmHibernateMapping hibernateMapping) -
Uses of EntityInfo in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type EntityInfoModifier and TypeMethodDescriptionHbmLocalMetadataBuildingContext.determineEntityName(EntityInfo entityElement) MappingDocument.determineEntityName(EntityInfo entityElement) static org.hibernate.boot.model.source.internal.hbm.EntityNamingSourceImplAbstractEntitySourceImpl.extractEntityNamingSource(MappingDocument sourceMappingDocument, EntityInfo jaxbEntityMapping)