Interface RangePartition
-
public interface RangePartition
JPA scripting API implementation.- Author:
- Guy Pelletier
- Since:
- EclipseLink 2.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RangePartition
setConnectionPool(java.lang.String connectionPool)
RangePartition
setEndValue(java.lang.String endValue)
RangePartition
setStartValue(java.lang.String startValue)
-
-
-
Method Detail
-
setEndValue
RangePartition setEndValue(java.lang.String endValue)
-
setConnectionPool
RangePartition setConnectionPool(java.lang.String connectionPool)
-
setStartValue
RangePartition setStartValue(java.lang.String startValue)
-
-