Uses of Enum Class
org.hibernate.boot.models.AttributeNature
Packages that use AttributeNature
Package
Description
Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of AttributeNature in org.hibernate.boot.models
Methods in org.hibernate.boot.models that return AttributeNatureModifier and TypeMethodDescriptionstatic AttributeNature
Returns the enum constant of this class with the specified name.static AttributeNature[]
AttributeNature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.hibernate.boot.models with type arguments of type AttributeNatureModifierConstructorDescriptionMultipleAttributeNaturesException
(String attributeName, EnumSet<AttributeNature> natures)