Module org.eclipse.persistence.jpa
Interface RangePartition
-
public interface RangePartitionJPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangePartitionsetConnectionPool(String connectionPool)RangePartitionsetEndValue(String endValue)RangePartitionsetStartValue(String startValue)
-
-
-
Method Detail
-
setEndValue
RangePartition setEndValue(String endValue)
-
setConnectionPool
RangePartition setConnectionPool(String connectionPool)
-
setStartValue
RangePartition setStartValue(String startValue)
-
-