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