Uses of Class
org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
Packages that use PluralAttributeIndexNature Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of PluralAttributeIndexNature in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return PluralAttributeIndexNature Modifier and Type Method Description PluralAttributeIndexNaturePluralAttributeMapKeyManyToAnySourceImpl. getNature()PluralAttributeIndexNaturePluralAttributeMapKeyManyToManySourceImpl. getNature()PluralAttributeIndexNaturePluralAttributeMapKeySourceBasicImpl. getNature()PluralAttributeIndexNaturePluralAttributeMapKeySourceEmbeddedImpl. getNature()PluralAttributeIndexNaturePluralAttributeSequentialIndexSourceImpl. getNature() -
Uses of PluralAttributeIndexNature in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return PluralAttributeIndexNature Modifier and Type Method Description PluralAttributeIndexNaturePluralAttributeIndexSource. getNature()static PluralAttributeIndexNaturePluralAttributeIndexNature. valueOf(String name)Returns the enum constant of this type with the specified name.static PluralAttributeIndexNature[]PluralAttributeIndexNature. values()Returns an array containing the constants of this enum type, in the order they are declared.
-