Annotation Type PrePersist


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface PrePersist
    Called before the data has been persisted to the datastore (before mapping is done).
    Author:
    Scott Hernandez