Module org.eclipse.persistence.core
Annotation Type RangePartition
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface RangePartition
Represent a specific range partition. Values >= startValue and <= endValue will be routed to the connection pool.- Since:
- EclipseLink 2.2
- Author:
- James Sutherland
- See Also:
RangePartitioning,RangePartitioningPolicy,RangePartition
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringconnectionPoolThe connection pool to route queries to for this range.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringendValueThe String representation of the range start value.StringstartValueThe String representation of the range start value.
-