|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| 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 |
connectionPoolThe connection pool to route queries to for this range. |
| Optional Element Summary | |
|---|---|
java.lang.String |
endValueThe String representation of the range start value. |
java.lang.String |
startValueThe 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
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||