Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
12.6.3. Validation Constraints
12.6.3.1. About Validation Constraints Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
Validation constraints are rules applied to a java element, such as a field, property or bean. A constraint will usually have a set of attributes used to set its limits. There are predefined constraints, and custom ones can be created. Each constraint is expressed in the form of an annotation.
The built-in validation constraints for Hibernate Validator are listed here: Section 12.6.3.4, “Hibernate Validator Constraints”
For more information, refer to Section 12.6.2, “Hibernate Validator” and Section 12.6.1, “About Bean Validation”.