Package org.jdbi.v3.sqlobject.customizer
Annotation Type Bind
Binds the annotated argument as a named parameter, and as a positional parameter.
- 
Optional Element SummaryOptional Elements
- 
Field SummaryFields
- 
Field Details- 
NO_VALUE- See Also:
 
 
- 
- 
Element Details- 
valueString valueThe 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:
- ""
 
 
-