接口的使用
org.hibernate.boot.model.source.spi.EntitySource
-
使用EntitySource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中EntitySource的使用
实现EntitySource的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classAbstractEntitySourceImplclassJoinedSubclassEntitySourceImplclassRootEntitySourceImplclassSubclassEntitySourceImpl参数类型为EntitySource的org.hibernate.boot.model.source.internal.hbm中的构造器 构造器 说明 JoinedSubclassEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmJoinedSubclassEntityType jaxbJoinedSubclassMapping, EntitySource container)SubclassEntitySourceImpl(MappingDocument sourceMappingDocument, JaxbHbmEntityBaseDefinition entityElement, EntitySource container) -
org.hibernate.boot.model.source.spi中EntitySource的使用
org.hibernate.boot.model.source.spi中EntitySource的子接口 修饰符和类型 接口 说明 interfaceJoinedSubclassEntitySourceinterfaceSubclassEntitySource返回EntitySource的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 EntitySourceEntityHierarchySource. getRoot()Obtain the hierarchy's root type source.
-