Annotation Type PostRemove


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