接口的使用
org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
-
使用EmbeddableSourceContributor的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中EmbeddableSourceContributor的使用
实现EmbeddableSourceContributor的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classAbstractSingularAttributeSourceEmbeddedImplCommon base class forand mappings. classPluralAttributeElementSourceEmbeddedImplclassPluralAttributeMapKeySourceEmbeddedImpl -
org.hibernate.boot.model.source.spi中EmbeddableSourceContributor的使用
org.hibernate.boot.model.source.spi中EmbeddableSourceContributor的子接口 修饰符和类型 接口 说明 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.interfacePluralAttributeElementSourceEmbeddedDescribes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.interfacePluralAttributeMapKeySourceEmbeddedinterfaceSingularAttributeSourceEmbeddedRepresents the binding source for a singular attribute that is "embedded" or "composite".
-