我迁移了一个应用程序, 该应用程序是用 Bean 校验的参考 Hibernate 执行。 本代码中使用了批注 < code_ nonBlank ( org.hibertate. validator.constraints. notBlank
) 。
然而,在我的新的Websphere 8容器中,有一个豆类验证执行捆绑在一起,我想使用。然而,似乎并不包含在Bean验证 API 中。
Any suggestions on how to emulate the tag with correct Bean Validation annotations?
I guess something starting with:
@NotNull@Size(min=1)