Annotation Interface PostLoad


@Target(METHOD) @Retention(RUNTIME) @EntityEventMapping public @interface PostLoad
Designates method that is representing a post load event listener. Typically not used directly but instead mapped to via annotation such as javax.persistence.PostLoad.
Since:
2.3.0
Author:
Denis Stepanov, graemerocher
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

    • NAME

      static final String NAME