Package io.micronaut.data.annotation.event


package io.micronaut.data.annotation.event
  • Annotation Interfaces
    Class
    Description
    Marker 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.