Unique Field Validation Using Hibernate and Spring
February 27, 2015 by Bo Andersen
There are quite a few approaches to validating whether or not a given value already exists in a data store or not. In this article, I will show my solution to this problem by using Hibernate Validator in combination with Spring Framework. As you will see, the latter is solely used for injecting a dependency into… read more