Package org.jdbi.v3.sqlobject.statement
Annotation Type BatchChunkSize
-
Optional Element Summary
-
Element Details
-
value
int valueThe batch chunk size. Defaults to -1 which will raise an error, so do not use the default. It is present for when the annotation is used on a parameter, in which case this value will be ignored and the parameter value will be used. The parameter type must be an int (or castable to an int).- Returns:
- the batch chunk size.
- Default:
-1
-