接口的使用
org.hibernate.boot.model.source.spi.EmbeddableSource
-
使用EmbeddableSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中EmbeddableSource的使用
实现EmbeddableSource的org.hibernate.boot.model.source.internal.hbm中的类 修饰符和类型 类 说明 classEmbeddableSourceImplclassEmbeddableSourceVirtualImplA virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.返回EmbeddableSource的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 EmbeddableSourceAbstractSingularAttributeSourceEmbeddedImpl. getEmbeddableSource()EmbeddableSourcePluralAttributeElementSourceEmbeddedImpl. getEmbeddableSource()EmbeddableSourcePluralAttributeMapKeySourceEmbeddedImpl. getEmbeddableSource()参数类型为EmbeddableSource的org.hibernate.boot.model.source.internal.hbm中的构造器 构造器 说明 AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument sourceMappingDocument, EmbeddedAttributeMapping jaxbEmbeddedAttributeMapping, EmbeddableSource embeddableSource, NaturalIdMutability naturalIdMutability) -
org.hibernate.boot.model.source.spi中EmbeddableSource的使用
返回EmbeddableSource的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 EmbeddableSourceEmbeddableSourceContributor. getEmbeddableSource()Gets the source information about the embeddable/composition.EmbeddableSourceIdentifierSourceNonAggregatedComposite. getIdClassSource()Retrieve the source information for theIdClassdefinition
-