| Annotation Type | Description | 
|---|---|
| PostAdd | An annotation to place on the entity event listener method to receive
  LifecycleEvent.POST_ADDevents. | 
| PostLoad | An annotation to place on the entity event listener method to receive
  LifecycleEvent.POST_LOADevents. | 
| PostPersist | An annotation to place on the entity event listener method to receive
  LifecycleEvent.POST_PERSISTevents. | 
| PostRemove | An annotation to place on the entity event listener method to receive
  LifecycleEvent.POST_REMOVEevents. | 
| PostUpdate | An annotation to place on the entity event listener method to receive
  LifecycleEvent.POST_UPDATEevents. | 
| PrePersist | An annotation to place on the entity event listener method to receive
  LifecycleEvent.PRE_PERSISTevents. | 
| PreRemove | An annotation to place on the entity event listener method to receive
  LifecycleEvent.PRE_REMOVEevents. | 
| PreUpdate | An annotation to place on the entity event listener method to receive
  LifecycleEvent.PRE_UPDATEevents. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.