Uses of Class
org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
-
Packages that use PluralAttributeIndexNature Package Description org.hibernate.boot.model.source.spi -
-
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(java.lang.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.
-