|
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 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 |
connectionPool
The connection pool to route queries to for this value. |
java.lang.String |
value
The String representation of the value. |
Element Detail |
---|
public abstract java.lang.String value
public abstract java.lang.String connectionPool
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |