是否可以使用Hibernate验证器API在带有注释的字段中存储经过验证的对象?例如,我想Email通过调用Java方法来验证地址,而不是@Email在Java bean属性上添加注释.
Email
@Email
hibernate
hibernate ×1