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
Constructors -
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:
addPartitionin interfaceRangePartitioning
-
setName
- Specified by:
setNamein interfaceRangePartitioning
-
setPartitionColumn
- Specified by:
setPartitionColumnin interfaceRangePartitioning
-
setPartitionValueType
- Specified by:
setPartitionValueTypein interfaceRangePartitioning
-
setUnionUnpartitionableQueries
- Specified by:
setUnionUnpartitionableQueriesin interfaceRangePartitioning
-