Uses of Enum Class
org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
Packages that use PluralAttributeIndexNature
-
Uses of PluralAttributeIndexNature in org.hibernate.boot.model.source.spi
Subclasses with type arguments of type PluralAttributeIndexNature in org.hibernate.boot.model.source.spiModifier and TypeClassDescriptionenumDescribes the nature of plural attribute indexes in terms of relational implications.Methods in org.hibernate.boot.model.source.spi that return PluralAttributeIndexNatureModifier and TypeMethodDescriptionPluralAttributeIndexSource.getNature()static PluralAttributeIndexNatureReturns the enum constant of this class with the specified name.static PluralAttributeIndexNature[]PluralAttributeIndexNature.values()Returns an array containing the constants of this enum class, in the order they are declared.