Class PinnedPartitioningImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<PinnedPartitioningMetadata>
-
- org.eclipse.persistence.internal.jpa.config.partitioning.PinnedPartitioningImpl
-
- All Implemented Interfaces:
PinnedPartitioning
public class PinnedPartitioningImpl extends MetadataImpl<PinnedPartitioningMetadata> implements PinnedPartitioning
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 PinnedPartitioningImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PinnedPartitioningsetConnectionPool(java.lang.String connectionPool)PinnedPartitioningsetName(java.lang.String name)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
setConnectionPool
public PinnedPartitioning setConnectionPool(java.lang.String connectionPool)
- Specified by:
setConnectionPoolin interfacePinnedPartitioning
-
setName
public PinnedPartitioning setName(java.lang.String name)
- Specified by:
setNamein interfacePinnedPartitioning
-
-