Annotation Interface Jdbc.Execution

Enclosing class:
Jdbc

@Target(METHOD) @Retention(CLASS) public static @interface Jdbc.Execution
Selects how a repository statement is executed.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Returns the requested execution type.
  • Element Details

    • value

      Returns the requested execution type.
      Returns:
      execution type
      Default:
      AUTO