Package org.jdbi.v3.sqlobject.customizer
Annotation Type BindFields
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface BindFieldsBinds the properties and public fields of an object to a SQL statement.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvaluePrefix to apply to each bean field name.
-