Uses of Class
org.eclipse.persistence.descriptors.partitioning.FieldPartitioningPolicy
-
Packages that use FieldPartitioningPolicy Package Description org.eclipse.persistence.descriptors.partitioning -
-
Uses of FieldPartitioningPolicy in org.eclipse.persistence.descriptors.partitioning
Subclasses of FieldPartitioningPolicy in org.eclipse.persistence.descriptors.partitioning Modifier and Type Class Description classHashPartitioningPolicyPUBLIC: 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.classRangePartitioningPolicyPUBLIC: RangePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.classValuePartitioningPolicyPUBLIC: ValuePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's location, or tenant.
-