Module org.eclipse.persistence.jpa
Class RoundRobinPartitioningImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<RoundRobinPartitioningMetadata>
org.eclipse.persistence.internal.jpa.config.partitioning.RoundRobinPartitioningImpl
- All Implemented Interfaces:
RoundRobinPartitioning
public class RoundRobinPartitioningImpl
extends MetadataImpl<RoundRobinPartitioningMetadata>
implements RoundRobinPartitioning
JPA scripting API implementation.
- Since:
- EclipseLink 2.5.1
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddConnectionPool
(String connectionPool) setReplicateWrites
(Boolean replicateWrites) Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Constructor Details
-
RoundRobinPartitioningImpl
public RoundRobinPartitioningImpl()
-
-
Method Details
-
addConnectionPool
- Specified by:
addConnectionPool
in interfaceRoundRobinPartitioning
-
setName
- Specified by:
setName
in interfaceRoundRobinPartitioning
-
setReplicateWrites
- Specified by:
setReplicateWrites
in interfaceRoundRobinPartitioning
-