Uses of Enum Class
org.hibernate.exception.ConstraintViolationException.ConstraintKind
Packages that use ConstraintViolationException.ConstraintKind
Package
Description
Defines certain very important flavors of
JDBCException
,
along with an SPI for interpreting product-specific SQLException
s
arising from a JDBC driver into something more uniform and meaningful.-
Uses of ConstraintViolationException.ConstraintKind in org.hibernate.exception
Methods in org.hibernate.exception that return ConstraintViolationException.ConstraintKindModifier and TypeMethodDescriptionConstraintViolationException.getKind()
Returns the kind of constraint that was violated.Returns the enum constant of this class with the specified name.ConstraintViolationException.ConstraintKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.exception with parameters of type ConstraintViolationException.ConstraintKindModifierConstructorDescriptionConstraintViolationException
(String message, SQLException root, String sql, ConstraintViolationException.ConstraintKind kind, @Nullable String constraintName) ConstraintViolationException
(String message, SQLException root, ConstraintViolationException.ConstraintKind kind, @Nullable String constraintName)