Annotation Type SqlOperation


@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Deprecated(since="3.38.0", forRemoval=true) public @interface SqlOperation
Deprecated, for removal: This API element is subject to removal in a future version.
Annotation used to identify SQL operation annotations. Use this to annotate an annotation.
  • Required Element Summary Link icon

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Handler>
    Deprecated, for removal: This API element is subject to removal in a future version.
    Handler class for methods annotated with the associated annotation.
  • Element Details

    • value Link icon

      Class<? extends Handler> value
      Deprecated, for removal: This API element is subject to removal in a future version.
      Handler class for methods annotated with the associated annotation. Must have a public no-arg, (Method method), or (Class<?> sqlObjectType, Method method) constructor.
      Returns:
      a handler class