JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.sqlobject.customizer
FetchSize
Contents
Description
Optional Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface FetchSize
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
PARAMETER
})
public @interface
FetchSize
Specify batch size to fetch resulting rows in.
See Also:
Statement.setFetchSize(int)
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
value
Element Details
value
int
value
Default:
0