Interface HibernateConstraintViolation<T>

All Superinterfaces:
jakarta.validation.ConstraintViolation<T>
All Known Implementing Classes:
ConstraintViolationImpl

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

    Modifier and Type
    Method
    Description
    <C> C
     

    Methods inherited from interface jakarta.validation.ConstraintViolation

    getConstraintDescriptor, getExecutableParameters, getExecutableReturnValue, getInvalidValue, getLeafBean, getMessage, getMessageTemplate, getPropertyPath, getRootBean, getRootBeanClass, unwrap