Package org.jdbi.v3.sqlobject.customizer
Annotation Type BindBean
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface BindBeanBinds the properties of a JavaBean to a SQL statement.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvaluePrefix to apply to each bean property.
-