Interface HibernateConstraintViolation<T>

All Superinterfaces:
ConstraintViolation<T>
All Known Implementing Classes:
ConstraintViolationImpl

public interface HibernateConstraintViolation<T> extends ConstraintViolation<T>
A custom ConstraintViolation which allows to get additional information for a constraint violation.
Since:
5.3