Uses of Interface
org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource
-
Packages that use IndexedPluralAttributeSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of IndexedPluralAttributeSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement IndexedPluralAttributeSource Modifier and Type Class Description classPluralAttributeSourceArrayImplclassPluralAttributeSourceListImplclassPluralAttributeSourceMapImplclassPluralAttributeSourcePrimitiveArrayImplMethods in org.hibernate.boot.model.source.internal.hbm with parameters of type IndexedPluralAttributeSource Modifier and Type Method Description voidModelBinder. bindListOrArrayIndex(MappingDocument mappingDocument, IndexedPluralAttributeSource attributeSource, List collectionBinding) -
Uses of IndexedPluralAttributeSource in org.hibernate.boot.model.source.spi
Subinterfaces of IndexedPluralAttributeSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfacePluralAttributeSourceArray
-