Interface PrimaryKey
-
public interface PrimaryKey
JPA scripting API implementation.- Author:
- Guy Pelletier
- Since:
- EclipseLink 2.5.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Column
addColumn()
PrimaryKey
setCacheKeyType(java.lang.String cacheKeyType)
PrimaryKey
setValidation(java.lang.String validation)
-
-
-
Method Detail
-
addColumn
Column addColumn()
-
setCacheKeyType
PrimaryKey setCacheKeyType(java.lang.String cacheKeyType)
-
setValidation
PrimaryKey setValidation(java.lang.String validation)
-
-