Interface HibernateConstraintViolation<T>

Type Parameters:
T - The type of the root bean.
All Superinterfaces:
ConstraintViolation<T>

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