Relative Content

Tag Archive for javavalidationhibernate-validator

ConstraintValidator with query to database

I have some complex constraint for one of my entities which i cannot express via a database constraint. So i want to add it as a validation in hibernate persist process. I try to do this via a constraint validator, which needs to access the database.