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