EclipseLink 2.2.0, build 'v20110202-r8913' API Reference

org.eclipse.persistence.annotations
Annotation Type ValuePartition


@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.

See Also:
ValuePartitioning, ValuePartitioningPolicy, org.eclipse.persistence.descriptors.partitioning.ValuePartition
Author:
James Sutherland
Since:
EclipseLink 2.2

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

value

public abstract java.lang.String value
The String representation of the value.


connectionPool

public abstract java.lang.String connectionPool
The connection pool to route queries to for this value.


EclipseLink 2.2.0, build 'v20110202-r8913' API Reference