Uses of Enum Class
org.hibernate.boot.model.source.spi.PluralAttributeNature
Packages that use PluralAttributeNature
-
Uses of PluralAttributeNature in org.hibernate.boot.model.source.spi
Subclasses with type arguments of type PluralAttributeNature in org.hibernate.boot.model.source.spiModifier and TypeClassDescriptionenumDescribes the nature of the collection itself as declared by the metadata.Methods in org.hibernate.boot.model.source.spi that return PluralAttributeNatureModifier and TypeMethodDescriptionPluralAttributeSource.getNature()static PluralAttributeNatureReturns the enum constant of this class with the specified name.static PluralAttributeNature[]PluralAttributeNature.values()Returns an array containing the constants of this enum class, in the order they are declared.