Annotation Type SqlOperation

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Handler> value
      Handler class for methods annotated with the associated annotation.
    • Element Detail

      • value

        Class<? extends Handler> value
        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