|
EclipseLink 2.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface RangePartitionRepresent 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.4.1, build 'v20121003-ad44345' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||