Module org.eclipse.persistence.jpa
Class RangePartitioningImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<RangePartitioningMetadata>
org.eclipse.persistence.internal.jpa.config.partitioning.RangePartitioningImpl
- All Implemented Interfaces:
RangePartitioning
public class RangePartitioningImpl
extends MetadataImpl<RangePartitioningMetadata>
implements RangePartitioning
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 TypeMethodDescriptionsetPartitionValueType
(String partitionValueType) setUnionUnpartitionableQueries
(Boolean unionUnpartitionableQueries) Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Constructor Details
-
RangePartitioningImpl
public RangePartitioningImpl()
-
-
Method Details
-
addPartition
- Specified by:
addPartition
in interfaceRangePartitioning
-
setName
- Specified by:
setName
in interfaceRangePartitioning
-
setPartitionColumn
- Specified by:
setPartitionColumn
in interfaceRangePartitioning
-
setPartitionValueType
- Specified by:
setPartitionValueType
in interfaceRangePartitioning
-
setUnionUnpartitionableQueries
- Specified by:
setUnionUnpartitionableQueries
in interfaceRangePartitioning
-