Skip to content

Add bean validation for entity classes

Daniel Gerhardt requested to merge jsr380-validation into master

Validation is performed before entities are persisted using Hibernate Validator, the reference implementation for Bean Validation 2.0 (JSR 380).

Refs #23.

Merge request reports