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 class
PluralAttributeSourceArrayImpl
class
PluralAttributeSourceListImpl
class
PluralAttributeSourceMapImpl
class
PluralAttributeSourcePrimitiveArrayImpl
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type IndexedPluralAttributeSource Modifier and Type Method Description void
ModelBinder. 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 interface
PluralAttributeSourceArray
-