@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
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.