Package org.jdbi.v3.sqlobject.customizer
Annotation Type Define
Defines a named attribute as the argument passed to the annotated parameter.
Attributes are stored on the
StatementContext
, and may be used by
statement customizers such as the template engine.-
Optional Element Summary
-
Element Details
-
value
String valueThe attribute name to define. 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 attribute name.
- Default:
""
-