Uses of Interface
org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
-
Packages that use PluralAttributeIndexSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeIndexSource in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement PluralAttributeIndexSource Modifier and Type Class Description classPluralAttributeMapKeyManyToAnySourceImplclassPluralAttributeMapKeyManyToManySourceImplclassPluralAttributeMapKeySourceBasicImplclassPluralAttributeMapKeySourceEmbeddedImplclassPluralAttributeSequentialIndexSourceImplMethods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeIndexSource Modifier and Type Method Description PluralAttributeIndexSourceIndexedPluralAttributeSource. getIndexSource()PluralAttributeIndexSourcePluralAttributeSourceArrayImpl. getIndexSource()PluralAttributeIndexSourcePluralAttributeSourceListImpl. getIndexSource()PluralAttributeIndexSourcePluralAttributeSourceMapImpl. getIndexSource()PluralAttributeIndexSourcePluralAttributeSourcePrimitiveArrayImpl. getIndexSource() -
Uses of PluralAttributeIndexSource in org.hibernate.boot.model.source.spi
Subinterfaces of PluralAttributeIndexSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfacePluralAttributeMapKeyManyToAnySourceinterfacePluralAttributeMapKeyManyToManySourceAdditional source information for<map-key-many-to-many/>and<index-many-to-many/>.interfacePluralAttributeMapKeySourceDescribes source information about the key of a persistent map.interfacePluralAttributeMapKeySourceBasicinterfacePluralAttributeMapKeySourceEmbeddedinterfacePluralAttributeSequentialIndexSourceDefines the index of a persistent list/array
-