| TestValidationGroups.java | Class | Tests the Bean Validation groups support as defined in the JPA 2.0 spec
via the following scenarios:
Verify default validation group on lifecycle events:
1a) PrePersist and PreUpdate validate with default validation group
1b) PreRemove does not validate with default validation group
1c) Specify the default group for PreRemove and verify that it validates with
the default group. |