Uses of Enum Class
org.hibernate.boot.model.source.spi.SingularAttributeNature
Packages that use SingularAttributeNature
-
Uses of SingularAttributeNature in org.hibernate.boot.model.source.spi
Subclasses with type arguments of type SingularAttributeNature in org.hibernate.boot.model.source.spiModifier and TypeClassDescriptionenumDescribes possible natures of a singular attribute.Methods in org.hibernate.boot.model.source.spi that return SingularAttributeNatureModifier and TypeMethodDescriptionSingularAttributeSource.getSingularAttributeNature()Obtain the nature of this attribute type.static SingularAttributeNatureReturns the enum constant of this class with the specified name.static SingularAttributeNature[]SingularAttributeNature.values()Returns an array containing the constants of this enum class, in the order they are declared.