Uses of Class
org.eclipse.persistence.descriptors.partitioning.RangePartition
-
Packages that use RangePartition Package Description org.eclipse.persistence.descriptors.partitioning -
-
Uses of RangePartition in org.eclipse.persistence.descriptors.partitioning
Fields in org.eclipse.persistence.descriptors.partitioning with type parameters of type RangePartition Modifier and Type Field Description protected List<RangePartition>RangePartitioningPolicy. partitionsMethods in org.eclipse.persistence.descriptors.partitioning that return types with arguments of type RangePartition Modifier and Type Method Description List<RangePartition>RangePartitioningPolicy. getPartitions()PUBLIC: Return the range partitions.Methods in org.eclipse.persistence.descriptors.partitioning with parameters of type RangePartition Modifier and Type Method Description voidRangePartitioningPolicy. addPartition(RangePartition partition)PUBLIC: Add the range partition.Method parameters in org.eclipse.persistence.descriptors.partitioning with type arguments of type RangePartition Modifier and Type Method Description voidRangePartitioningPolicy. setPartitions(List<RangePartition> partitions)PUBLIC: Set the range partitions.Constructors in org.eclipse.persistence.descriptors.partitioning with parameters of type RangePartition Constructor Description RangePartitioningPolicy(String partitionField, RangePartition... partitions)
-