Package org.jdbi.v3.sqlobject.customizer
Annotation Type BindFields
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface BindFields
Binds the properties and public fields of an object to a SQL statement.
-
-
Element Detail
-
value
String value
Prefix to apply to each bean field name. If specified, fields will be bound asprefix.propertyName.- Returns:
- the prefix
- Default:
- ""
-
-