Module org.eclipse.persistence.jpa
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
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 TypeMethodDescriptionsetCacheKeyType
(String cacheKeyType) setValidation
(String validation) Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Constructor Details
-
PrimaryKeyImpl
public PrimaryKeyImpl()
-
-
Method Details
-
addColumn
- Specified by:
addColumn
in interfacePrimaryKey
-
setCacheKeyType
- Specified by:
setCacheKeyType
in interfacePrimaryKey
-
setValidation
- Specified by:
setValidation
in interfacePrimaryKey
-