Package io.micronaut.data.annotation.event
@NullMarked
package io.micronaut.data.annotation.event
Annotations related to entity lifecycle events.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Annotation InterfacesClassDescriptionMarker annotation of entity lifecycle event handler.Designates method that is representing a post load event listener.Designates method that is representing a post persist event listener.Designates method that is representing a post remove event listener.Designates method that is representing a post update event listener.Designates method that is representing a pre persist event listener.Designates method that is representing a post remove event listener.Designates method that is representing a pre update event listener.