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