How to save hibernate entity and ignore (not correct)transient pattern.
for example:
@Entity
@Table(name=\"`REQUEST`\")
@Inheritance(strategy=Inherit
See http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html_single/#validator-checkconstraints-orm. By default, Hibernate (the ORM) checks every constraint of the default validation group. So you might put this particular constraint into another group.
See http://docs.jboss.org/hibernate/validator/4.2/reference/en-US/html_single/#validator-usingvalidator-validationgroups for explanations on validation groups.