| Class | Description | |
|---|---|---|
| InvalidValue |
Container class for validation errors on entities. Equivalent to Hibernate Validator InvalidValue class. |
|
| ServerConstraintViolation | Represents a constraint violation received from the server. | |
| TideEntityValidator | Validator component that listens to ConstraintViolationEvent coming from server validation and dispatches them as client validator events | |
| TideInputValidator | Remote validator for managed entities | |
| ValidatorExceptionHandler | Validation exception handler that accepts Validation.Failed faults (server-side Tide converts Hibernate validator errors to this fault code) and dispatches them on the context |