@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface RangePartition
RangePartitioning
,
RangePartitioningPolicy
,
RangePartition
Modifier and Type | Required Element and Description |
---|---|
String |
connectionPool
The connection pool to route queries to for this range.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
endValue
The String representation of the range start value.
|
String |
startValue
The String representation of the range start value.
|
public abstract String connectionPool
public abstract String startValue
public abstract String endValue
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference