在Hibernate Validators之前使用Spring验证bean的方法

时间:2017-09-08 11:58:25

标签: spring hibernate validation spring-mvc

我正在使用Spring 3.2.17 Release。我在bean中实现了compareTo和hashCode方法。 @Valid注释首先调用Hibernate Validator。

在hashCode方法调用之后,正在检查@NotNull之类的任何javax验证。 Hashcode包含可以为null的变量。如何确保在HashCode方法之前完成数据验证。

0 个答案:

没有答案