public class BeanValidationListener
extends DescriptorEventAdapter
| Constructor and Description |
|---|
BeanValidationListener(ValidatorFactory validatorFactory,
java.lang.Class[] groupPrePersit,
java.lang.Class[] groupPreUpdate,
java.lang.Class[] groupPreRemove) |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToUpdate(DescriptorEvent event) |
void |
prePersist(DescriptorEvent event) |
void |
preRemove(DescriptorEvent event) |
void |
preUpdateWithChanges(DescriptorEvent event) |