|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ValuePartition
Represent a specific value partition. The value will be routed to the connection pool.
ValuePartitioning, ValuePartitioningPolicy, org.eclipse.persistence.descriptors.partitioning.ValuePartition| Required Element Summary | |
|---|---|
java.lang.String |
connectionPoolThe connection pool to route queries to for this value. |
java.lang.String |
valueThe String representation of the value. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract java.lang.String connectionPool
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||