接口的使用
org.hibernate.boot.model.source.spi.IdentifierSource
-
使用IdentifierSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中IdentifierSource的使用
返回IdentifierSource的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 IdentifierSourceEntityHierarchySourceImpl. getIdentifierSource() -
org.hibernate.boot.model.source.spi中IdentifierSource的使用
org.hibernate.boot.model.source.spi中IdentifierSource的子接口 修饰符和类型 接口 说明 interfaceCompositeIdentifierSourceCommon contract for composite identifiers.interfaceIdentifierSourceAggregatedCompositeAdditional contract describing the source of an identifier mapping whosenatureisEntityIdentifierNature.AGGREGATED_COMPOSITE.interfaceIdentifierSourceNonAggregatedCompositeAdditional contract describing the source of an identifier mapping whosenatureisEntityIdentifierNature.NON_AGGREGATED_COMPOSITE.interfaceIdentifierSourceSimple返回IdentifierSource的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 IdentifierSourceEntityHierarchySource. getIdentifierSource()Obtain source information about this entity's identifier.
-