이 콘텐츠는 선택한 언어로 제공되지 않습니다.
12.6.3. Validation Constraints
12.6.3.1. About Validation Constraints 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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”.