Class ValuePartitionImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<ValuePartitionMetadata>
-
- org.eclipse.persistence.internal.jpa.config.partitioning.ValuePartitionImpl
-
- All Implemented Interfaces:
ValuePartition
public class ValuePartitionImpl extends MetadataImpl<ValuePartitionMetadata> implements ValuePartition
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
metadata
-
-
Constructor Summary
Constructors Constructor Description ValuePartitionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuePartitionsetConnectionPool(java.lang.String connectionPool)ValuePartitionsetValue(java.lang.String value)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setConnectionPool
public ValuePartition setConnectionPool(java.lang.String connectionPool)
- Specified by:
setConnectionPoolin interfaceValuePartition
-
setValue
public ValuePartition setValue(java.lang.String value)
- Specified by:
setValuein interfaceValuePartition
-
-