接口的使用
org.hibernate.boot.model.source.spi.PluralAttributeSource
-
使用PluralAttributeSource的程序包 程序包 说明 org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate.boot.model.source.internal.hbm中PluralAttributeSource的使用
org.hibernate.boot.model.source.internal.hbm中PluralAttributeSource的子接口 修饰符和类型 接口 说明 interfaceIndexedPluralAttributeSourceDescribes a plural attribute that is indexed.参数类型为PluralAttributeSource的org.hibernate.boot.model.source.internal.hbm中的构造器 构造器 说明 AbstractPluralAssociationElementSourceImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource)PluralAttributeElementSourceBasicImpl(MappingDocument sourceMappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmBasicCollectionElementType jaxbElement)PluralAttributeElementSourceManyToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmManyToManyCollectionElementType jaxbManyToManyElement)PluralAttributeElementSourceOneToManyImpl(MappingDocument mappingDocument, PluralAttributeSource pluralAttributeSource, JaxbHbmOneToManyCollectionElementType jaxbOneToManyElement, String cascadeString) -
org.hibernate.boot.model.source.spi中PluralAttributeSource的使用
org.hibernate.boot.model.source.spi中PluralAttributeSource的子接口 修饰符和类型 接口 说明 interfacePluralAttributeSourceArray
-