Uses of Interface
org.eclipse.persistence.jpa.config.RoundRobinPartitioning
Packages that use RoundRobinPartitioning
Package
Description
-
Uses of RoundRobinPartitioning in org.eclipse.persistence.internal.jpa.config
Methods in org.eclipse.persistence.internal.jpa.config that return RoundRobinPartitioning -
Uses of RoundRobinPartitioning in org.eclipse.persistence.internal.jpa.config.partitioning
Classes in org.eclipse.persistence.internal.jpa.config.partitioning that implement RoundRobinPartitioningModifier and TypeClassDescriptionclass
JPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.partitioning that return RoundRobinPartitioningModifier and TypeMethodDescriptionRoundRobinPartitioningImpl.setReplicateWrites
(Boolean replicateWrites) -
Uses of RoundRobinPartitioning in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return RoundRobinPartitioning -
Uses of RoundRobinPartitioning in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return RoundRobinPartitioningModifier and TypeMethodDescriptionRoundRobinPartitioning.addConnectionPool
(String connectionPool) Mappings.addRoundRobinPartitioning()
RoundRobinPartitioning.setReplicateWrites
(Boolean replicateWrites) ElementCollection.setRoundRobinPartitioning()
Entity.setRoundRobinPartitioning()
ManyToMany.setRoundRobinPartitioning()
ManyToOne.setRoundRobinPartitioning()
MappedSuperclass.setRoundRobinPartitioning()
OneToMany.setRoundRobinPartitioning()
OneToOne.setRoundRobinPartitioning()
VariableOneToOne.setRoundRobinPartitioning()