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