|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface RangePartition
Represent a specific range partition. Values >= startValue and <= endValue will be routed to the connection pool.
RangePartitioning
,
RangePartitioningPolicy
,
RangePartition
Required Element Summary | |
---|---|
java.lang.String |
connectionPool
The connection pool to route queries to for this range. |
Optional Element Summary | |
---|---|
java.lang.String |
endValue
The String representation of the range start value. |
java.lang.String |
startValue
The String representation of the range start value. |
Element Detail |
---|
public abstract java.lang.String connectionPool
public abstract java.lang.String startValue
public abstract java.lang.String endValue
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |