标签: spring hibernate hibernate-validator
我正在使用spring和hibernate验证,并且我想制作一个自定义注释来检查数据库中是否已经存在用户名,有人可以请我提供这样的示例吗?
答案 0 :(得分:4)
以下是您想要的示例(检查数据库中是否存在电子邮件)
http://nonrepeatable.blogspot.com/2010/05/creating-custom-jsr-303-constraint.html