Skip to content

It’s very easy to use Hibernate Validator and best part is that we can easily extend it and create our own custom validation annotations. Today we will look into the hibernate validator in detail with examples. Finally we will have a test program to check out the validations.

License

Notifications You must be signed in to change notification settings

pratikdimble/Hibernate_Validation_API_Annotation_Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hibernate_Validation_API_Simple

It’s very easy to use Hibernate Validator and best part is that we can easily extend it and create our own custom validation annotations. Today we will look into the hibernate validator in detail with examples. Finally we will have a test program to check out the validations.

Project set up

In order to use Hibernate Validator within a Maven project, simply add the following dependency to your pom.xml:

org.hibernate hibernate-validator 6.0.5.Final

This transitively pulls in the dependency to the Bean Validation API (javax.validation:validation-api:2.0.0.Final).

About

It’s very easy to use Hibernate Validator and best part is that we can easily extend it and create our own custom validation annotations. Today we will look into the hibernate validator in detail with examples. Finally we will have a test program to check out the validations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages