Use eclipselink.jdbc.batch-writing.size to configure the batch size used for batch writing.
Values
Table 5-40 describes this persistence property's values.
Table 5-40 Valid Values for
| Value | Description |
|---|---|
|
batch size |
For parameterized batch writing, this value is the number of statements to batch (default: For dynamic batch writing, this value is the size of the batched SQL buffer (default: |
Usage
Examples
Example 5-31 Using jdbc.batch-writing.size in persistence.xml
<property name="eclipselink.jdbc.batch-writing.size" value="1000"/>
See Also
For more information, see:
"Batch Writing" in Solutions Guide for EclispeLink