public class BeanValidationListener extends DescriptorEventAdapter
| Constructor and Description |
|---|
BeanValidationListener(jakarta.validation.ValidatorFactory validatorFactory,
Class[] groupPrePersit,
Class[] groupPreUpdate,
Class[] groupPreRemove) |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToUpdate(DescriptorEvent event) |
void |
prePersist(DescriptorEvent event) |
void |
preRemove(DescriptorEvent event) |
void |
preUpdateWithChanges(DescriptorEvent event) |
aboutToDelete, aboutToInsert, isOverriddenEvent, postBuild, postClone, postDelete, postInsert, postMerge, postRefresh, postUpdate, postWrite, preDelete, preInsert, preUpdate, preWritepublic void prePersist(DescriptorEvent event)
prePersist in interface DescriptorEventListenerprePersist in class DescriptorEventAdapterpublic void aboutToUpdate(DescriptorEvent event)
aboutToUpdate in interface DescriptorEventListeneraboutToUpdate in class DescriptorEventAdapterpublic void preUpdateWithChanges(DescriptorEvent event)
preUpdateWithChanges in interface DescriptorEventListenerpreUpdateWithChanges in class DescriptorEventAdapterpublic void preRemove(DescriptorEvent event)
preRemove in interface DescriptorEventListenerpreRemove in class DescriptorEventAdapterCopyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.