Class RangePartitionImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<RangePartitionMetadata>
-
- org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitionImpl
-
- All Implemented Interfaces:
RangePartition
public class RangePartitionImpl extends MetadataImpl<RangePartitionMetadata> implements RangePartition
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description RangePartitionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RangePartitionsetConnectionPool(String connectionPool)RangePartitionsetEndValue(String endValue)RangePartitionsetStartValue(String startValue)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setConnectionPool
public RangePartition setConnectionPool(String connectionPool)
- Specified by:
setConnectionPoolin interfaceRangePartition
-
setEndValue
public RangePartition setEndValue(String endValue)
- Specified by:
setEndValuein interfaceRangePartition
-
setStartValue
public RangePartition setStartValue(String startValue)
- Specified by:
setStartValuein interfaceRangePartition
-
-