Annotation Type ReturnInsert


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ReturnInsert
A ReturnInsert annotation allows for INSERT operations to return values back into the object being written. This allows for table default values, trigger or stored procedures computed values to be set back into the object. A ReturnInsert annotation can only be specified on a Basic mapping.
Author:
Guy Pelletier
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Set return only to true if you want the mapping field to be excluded from the INSERT clause during SQL generation.
  • Element Details

    • returnOnly

      boolean returnOnly
      Set return only to true if you want the mapping field to be excluded from the INSERT clause during SQL generation.
      Default:
      false