Hi, in my current project I use MyBatis for database access and Guice for dependency injection. I would like to have bean validation for the MyBatis mappers. Is there any possibility to enable bean validation in MyBatis such that only valid data is stored in the database?
Best regards, Christof
