@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface FetchSize
This is only really useful for methods that use cursors or
ResultSet
s to return multiple rows.
When applied to an interface applies to all methods in the class unless also applied to a method.
Statement.setFetchSize(int)
,
Fetch SizeModifier and Type | Required Element and Description |
---|---|
int |
value
Sets the fetch size to be used.
|
Copyright © 2016–2017. All rights reserved.