Package org.apache.cayenne.annotation
Annotation Type PostRemove
An annotation to place on the entity event listener method to receive
LifecycleEvent.POST_REMOVE
events.- Since:
- 3.1
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass<? extends Annotation>[]
An array of custom annotation types.Class<?>[]
An array of entity classes that a listener method should be associated with.
-
Element Details
-
value
Class<?>[] valueAn array of entity classes that a listener method should be associated with.- Default:
{}
-
entityAnnotations
Class<? extends Annotation>[] entityAnnotationsAn array of custom annotation types. When such annotation is used on an entity class, such entity will be associated with the annotated listener method.- Default:
{}
-