How to automatically validate entity attributes with Hibernate Validator

Опубликовано: 06 Октябрь 2024
на канале: Thorben Janssen
13,833
123

Validation is an important task, but it’s most often also tedious to implement. It’s a good thing that the BeanValidation specification and Hibernate Validator as it’s reference implementation take over most of the work. They provide an easy to use, standardized way to validate object attributes and method parameters. And the best thing, they integrate with Hibernate ORM and all other JPA 2.x implementations to provide automatic validation of entity attributes.
Sounds interesting? Let me give you a quick overview of what you can do.

If you like this video, please give it a thumbs up and share it with your friends and co-workers.

Like my channel? Subscribe!
➜ http://bit.ly/2cUsid8

Join the free Member Library:
https://goo.gl/dtyIIC

Read the accompanying post: http://www.thoughts-on-java.org/autom...

Want to connect with me?
Blog: http://www.thoughts-on-java.org/
Twitter:   / thjanssen123  
Facebook:   / thoughtsonjava  
#Hibernate #JPA #Validation #JAVA #BeanValidation #Tutorial