Package org.jdbi.v3.sqlobject
Annotation Type SqlOperation
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Deprecated public @interface SqlOperationDeprecated.UseUseExtensionHandlerandSqlObjectFactory.EXTENSION_IDas the id marker.Annotation used to identify SQL operation annotations. Use this to annotate an annotation.
-
-
Element Detail
-
value
java.lang.Class<? extends Handler> value
Deprecated.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
-
-