Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
4.2. Configuring batching
To use batching, you need to enable invocation batching in your cache configuration, either on the
Configuration object:
Configuration.setInvocationBatchingEnabled(true);
Configuration.setInvocationBatchingEnabled(true);
or in your XML file:
<invocationBatching enabled="true"/>
<invocationBatching enabled="true"/>
By default, invocation batching is disabled. Note that you do not have to have a transaction manager defined to use batching.