Module org.eclipse.persistence.jpa
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
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetConnectionPool(String connectionPool) setEndValue(String endValue) setStartValue(String startValue) Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Constructor Details
-
RangePartitionImpl
public RangePartitionImpl()
-
-
Method Details
-
setConnectionPool
- Specified by:
setConnectionPoolin interfaceRangePartition
-
setEndValue
- Specified by:
setEndValuein interfaceRangePartition
-
setStartValue
- Specified by:
setStartValuein interfaceRangePartition
-