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