Package org.jdbi.v3.sqlobject.customizer
Annotation Type Bind
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface Bind
Binds the annotated argument as a named parameter, and as a positional parameter.
-
-
Field Detail
-
NO_VALUE
static final String NO_VALUE
-
-
Element Detail
-
value
String value
The name to bind the argument to. If omitted, the name of the annotated parameter is used. It is an error to omit the name when there is no parameter naming information in your class files.- Returns:
- the name to which the argument will be bound.
- Default:
- ""
-
-