Package org.hibernate.boot.models
Class MultipleAttributeNaturesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.persistence.PersistenceException
org.hibernate.HibernateException
org.hibernate.MappingException
org.hibernate.AnnotationException
org.hibernate.boot.models.MultipleAttributeNaturesException
- All Implemented Interfaces:
Serializable
Condition where an attribute indicates multiple natures
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultipleAttributeNaturesException
(String attributeName, EnumSet<AttributeNature> natures) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleAttributeNaturesException
-
-
Method Details
-
getAttributeName
-