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 RangePartition


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

Since:
EclipseLink 2.2
Author:
James Sutherland
See Also:
RangePartitioning, RangePartitioningPolicy, RangePartition

Required Element Summary
 java.lang.String connectionPool
          The connection pool to route queries to for this range.

 

Optional Element Summary
 java.lang.String endValue
          The String representation of the range start value.
 java.lang.String startValue
          The String representation of the range start value.

 

Element Detail

connectionPool

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

startValue

public abstract java.lang.String startValue
The String representation of the range start value.
Default:
""

endValue

public abstract java.lang.String endValue
The String representation of the range start value.
Default:
""

Skip navigation links

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