Class PrimaryKeyImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<PrimaryKeyMetadata>
-
- org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyImpl
-
- All Implemented Interfaces:
PrimaryKey
public class PrimaryKeyImpl extends MetadataImpl<PrimaryKeyMetadata> implements PrimaryKey
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 PrimaryKeyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumnaddColumn()PrimaryKeysetCacheKeyType(java.lang.String cacheKeyType)PrimaryKeysetValidation(java.lang.String validation)-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
-
-
-
Method Detail
-
addColumn
public Column addColumn()
- Specified by:
addColumnin interfacePrimaryKey
-
setCacheKeyType
public PrimaryKey setCacheKeyType(java.lang.String cacheKeyType)
- Specified by:
setCacheKeyTypein interfacePrimaryKey
-
setValidation
public PrimaryKey setValidation(java.lang.String validation)
- Specified by:
setValidationin interfacePrimaryKey
-
-