Uses of Class
org.hibernate.AnnotationException
-
Packages that use AnnotationException Package Description org.hibernate.boot.model.internal org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of AnnotationException in org.hibernate.boot.model.internal
Subclasses of AnnotationException in org.hibernate.boot.model.internal Modifier and Type Class Description class
CannotForceNonNullableException
Indicates an internal attempt to mark a column as non-nullable (because it's part of a primary key, for example) when we cannot force that column to be non-nullable. -
Uses of AnnotationException in org.hibernate.cfg
Subclasses of AnnotationException in org.hibernate.cfg Modifier and Type Class Description class
RecoverableException
Deprecated.Was only ever referenced in a single place, in an extremely dubious way.
-