@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface BatchFetch
Modifier and Type | Optional Element and Description |
---|---|
int |
size
Define the default batch fetch size.
|
BatchFetchType |
value
(Optional) The type of batch-fetch to use.
|
public abstract BatchFetchType value