Module org.eclipse.persistence.core
Package org.eclipse.persistence.descriptors.partitioning
package org.eclipse.persistence.descriptors.partitioning
-
ClassDescriptionPUBLIC: Defines a user defined partitioning policy.PUBLIC: FieldPartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.PUBLIC: HashPartitioningPolicy partitions access to a database cluster by the hash of a field value from the object, such as the object's location, or tenant.PUBLIC: A PartitioningPolicy is used to partition the data for a class across multiple difference databases or across a database cluster such as Oracle RAC.PUBLIC: PinnedPartitionPolicy pins requests to a single connection pool.PUBLIC: Represent a specific range partition.PUBLIC: RangePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.PUBLIC: ReplicationPartitioningPolicy sends requests to a set of connection pools.PUBLIC: RoundRobinPartitioningPolicy sends requests in a round robin fashion to the set of connection pools.PUBLIC: UnionPartitionPolicy sends queries to all connection pools and unions the results.PUBLIC: ValuePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's location, or tenant.