标签: spring hibernate validation spring-mvc
我正在使用Spring 3.2.17 Release。我在bean中实现了compareTo和hashCode方法。 @Valid注释首先调用Hibernate Validator。
在hashCode方法调用之后,正在检查@NotNull之类的任何javax验证。 Hashcode包含可以为null的变量。如何确保在HashCode方法之前完成数据验证。