Annotation Type | Description |
---|---|
PostAdd |
An annotation to place on the entity event listener method to receive
LifecycleEvent.POST_ADD events. |
PostLoad |
An annotation to place on the entity event listener method to receive
LifecycleEvent.POST_LOAD events. |
PostPersist |
An annotation to place on the entity event listener method to receive
LifecycleEvent.POST_PERSIST events. |
PostRemove |
An annotation to place on the entity event listener method to receive
LifecycleEvent.POST_REMOVE events. |
PostUpdate |
An annotation to place on the entity event listener method to receive
LifecycleEvent.POST_UPDATE events. |
PrePersist |
An annotation to place on the entity event listener method to receive
LifecycleEvent.PRE_PERSIST events. |
PreRemove |
An annotation to place on the entity event listener method to receive
LifecycleEvent.PRE_REMOVE events. |
PreUpdate |
An annotation to place on the entity event listener method to receive
LifecycleEvent.PRE_UPDATE events. |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.