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(java.lang.String connectionPool)RangePartitionsetEndValue(java.lang.String endValue)RangePartitionsetStartValue(java.lang.String startValue)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setConnectionPool
public RangePartition setConnectionPool(java.lang.String connectionPool)
- Specified by:
setConnectionPoolin interfaceRangePartition
-
setEndValue
public RangePartition setEndValue(java.lang.String endValue)
- Specified by:
setEndValuein interfaceRangePartition
-
setStartValue
public RangePartition setStartValue(java.lang.String startValue)
- Specified by:
setStartValuein interfaceRangePartition
-
-