@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface FetchSize
This is only really useful for methods .
When applied to a class applies to all methods in the class unless also applied to a method.
Modifier and Type | Required Element and Description |
---|---|
int |
value
Sets the fetch size to be used.
|
public abstract int value
The usual disclaimers for setting the fetch size apply:
Statement.setFetchSize(int)
Copyright © 2013–2016. All rights reserved.