接口的使用
org.hibernate.boot.model.source.spi.IdentifiableTypeSource
-
使用IdentifiableTypeSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中IdentifiableTypeSource的使用
实现IdentifiableTypeSource的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classAbstractEntitySourceImplclassJoinedSubclassEntitySourceImplclassRootEntitySourceImplclassSubclassEntitySourceImpl返回IdentifiableTypeSource的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 IdentifiableTypeSourceRootEntitySourceImpl. getSuperType()IdentifiableTypeSourceSubclassEntitySourceImpl. getSuperType()返回变量类型为IdentifiableTypeSource的类型的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 Collection<IdentifiableTypeSource>AbstractEntitySourceImpl. getSubTypes() -
org.hibernate.boot.model.source.spi中IdentifiableTypeSource的使用
org.hibernate.boot.model.source.spi中IdentifiableTypeSource的子接口 修饰符和类型 接口 说明 interfaceEntitySourceContract describing source of information related to mapping an entity.interfaceJoinedSubclassEntitySourceinterfaceSubclassEntitySource返回IdentifiableTypeSource的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 IdentifiableTypeSourceIdentifiableTypeSource. getSuperType()返回变量类型为IdentifiableTypeSource的类型的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 Collection<IdentifiableTypeSource>IdentifiableTypeSource. getSubTypes()Access the subtype sources for types extending from this type source,
-