内容简介:Hibernate Validator 6.0.15.Final 发布了。 Bean Validation 为 JavaBean 验证定义了相应的元数据模型和 API,Hibernate Validator 则是 Bean Validation 的参考实现,它提供了 JSR 303 规范中所有内置 constrai...
Hibernate Validator 6.0.15.Final 发布了。
Bean Validation 为 JavaBean 验证定义了相应的元数据模型和 API,Hibernate Validator 则是 Bean Validation 的参考实现,它提供了 JSR 303 规范中所有内置 constraint 的实现,除此之外还有一些附加的 constraint,可以优雅的方式实现参数的校验,让业务代码 和校验逻辑分开,不再编写重复的校验逻辑。
Hibernate Validator 6.0.15.Final 版本修复了一个与 @GroupSequence 的使用相关的重要问题:HV-1692。
下载方式与注意事项等内容查看发布公告。
以上所述就是小编给大家介绍的《Hibernate Validator 6.0.15.Final 发布,修复重要问题》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Think Python
Allen B. Downey / O'Reilly Media / 2012-8-23 / GBP 29.99
Think Python is an introduction to Python programming for students with no programming experience. It starts with the most basic concepts of programming, and is carefully designed to define all terms ......一起来看看 《Think Python》 这本书的介绍吧!