Annotation Interface PostLoad


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface PostLoad
Informs the OGM that the method annotated with this should be run once the object is loaded from the database and fully hydrated.
Since:
3.0
Author:
Mark Angrish