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 TypeClassDescriptionclass
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.class
PUBLIC: RangePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's id, location, or tenant.class
PUBLIC: ValuePartitioningPolicy partitions access to a database cluster by a field value from the object, such as the object's location, or tenant.