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
-
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:
setConnectionPool
in interfaceRangePartition
-
setEndValue
- Specified by:
setEndValue
in interfaceRangePartition
-
setStartValue
- Specified by:
setStartValue
in interfaceRangePartition
-