Annotation Type PreCreate


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface PreCreate
    Callback executed before creating an object. This callback occurs within the transaction If any exception is thrown, the whole transaction is roll backed.
    Author:
    Federico Alcantara