Annotation Type PostUpdate


  • @Target(METHOD)
    @Retention(RUNTIME)
    @EntityEventMapping
    public @interface PostUpdate
    Designates method that is representing a post update event listener. Typically not used directly but instead mapped to via annotation such as javax.persistence.PostUpdate.
    Since:
    2.3.0