org.hibernate.annotations
Annotation Type BatchSize


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface BatchSize

Batch size for SQL loading

Author:
Emmanuel Bernard

Required Element Summary
 int size
          Strictly positive integer
 

Element Detail

size

public abstract int size
Strictly positive integer