Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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.

Since:
EclipseLink 2.2
Author:
James Sutherland
See Also:
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

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.

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.