Package org.jdbi.v3.sqlobject.customizer
Annotation Type Define
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface DefineDefines a named attribute as the argument passed to the annotated parameter. Attributes are stored on theStatementContext, and may be used by statement customizers such as the template engine.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe attribute name to define.
-