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 class
PluralAttributeMapKeyManyToAnySourceImpl
class
PluralAttributeMapKeyManyToManySourceImpl
class
PluralAttributeMapKeySourceBasicImpl
class
PluralAttributeMapKeySourceEmbeddedImpl
class
PluralAttributeSequentialIndexSourceImpl
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeIndexSource Modifier and Type Method Description PluralAttributeIndexSource
IndexedPluralAttributeSource. getIndexSource()
PluralAttributeIndexSource
PluralAttributeSourceArrayImpl. getIndexSource()
PluralAttributeIndexSource
PluralAttributeSourceListImpl. getIndexSource()
PluralAttributeIndexSource
PluralAttributeSourceMapImpl. getIndexSource()
PluralAttributeIndexSource
PluralAttributeSourcePrimitiveArrayImpl. 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 interface
PluralAttributeMapKeyManyToAnySource
interface
PluralAttributeMapKeyManyToManySource
Additional source information for<map-key-many-to-many/>
and<index-many-to-many/>
.interface
PluralAttributeMapKeySource
Describes source information about the key of a persistent map.interface
PluralAttributeMapKeySourceBasic
interface
PluralAttributeMapKeySourceEmbedded
interface
PluralAttributeSequentialIndexSource
Defines the index of a persistent list/array
-