Uses of Interface
org.eclipse.persistence.jpa.config.RangePartition
-
Packages that use RangePartition Package Description org.eclipse.persistence.internal.jpa.config.partitioning org.eclipse.persistence.jpa.config -
-
Uses of RangePartition in org.eclipse.persistence.internal.jpa.config.partitioning
Classes in org.eclipse.persistence.internal.jpa.config.partitioning that implement RangePartition Modifier and Type Class Description classRangePartitionImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.partitioning that return RangePartition Modifier and Type Method Description RangePartitionRangePartitioningImpl. addPartition()RangePartitionRangePartitionImpl. setConnectionPool(String connectionPool)RangePartitionRangePartitionImpl. setEndValue(String endValue)RangePartitionRangePartitionImpl. setStartValue(String startValue) -
Uses of RangePartition in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return RangePartition Modifier and Type Method Description RangePartitionRangePartitioning. addPartition()RangePartitionRangePartition. setConnectionPool(String connectionPool)RangePartitionRangePartition. setEndValue(String endValue)RangePartitionRangePartition. setStartValue(String startValue)
-