接口的使用
org.hibernate.boot.jaxb.hbm.spi.EntityInfo
-
使用EntityInfo的程序包 程序包 说明 org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
org.hibernate.boot.jaxb.hbm.spi中EntityInfo的使用
org.hibernate.boot.jaxb.hbm.spi中EntityInfo的子接口 修饰符和类型 接口 说明 interfaceSubEntityInfoCommon interface for all sub-entity mappings.实现EntityInfo的org.hibernate.boot.jaxb.hbm.spi中的类 修饰符和类型 类 说明 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. -
org.hibernate.boot.model.source.internal.hbm中EntityInfo的使用
参数类型为EntityInfo的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 StringHbmLocalMetadataBuildingContext. determineEntityName(EntityInfo entityElement)StringMappingDocument. determineEntityName(EntityInfo entityElement)static org.hibernate.boot.model.source.internal.hbm.EntityNamingSourceImplAbstractEntitySourceImpl. extractEntityNamingSource(MappingDocument sourceMappingDocument, EntityInfo jaxbEntityMapping)
-