Uses of Interface
org.eclipse.persistence.jpa.config.PrimaryKey
-
Packages that use PrimaryKey Package Description org.eclipse.persistence.internal.jpa.config.classes org.eclipse.persistence.internal.jpa.config.columns org.eclipse.persistence.jpa.config -
-
Uses of PrimaryKey in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return PrimaryKey Modifier and Type Method Description PrimaryKeyAbstractMappedClassImpl. setPrimaryKey() -
Uses of PrimaryKey in org.eclipse.persistence.internal.jpa.config.columns
Classes in org.eclipse.persistence.internal.jpa.config.columns that implement PrimaryKey Modifier and Type Class Description classPrimaryKeyImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config.columns that return PrimaryKey Modifier and Type Method Description PrimaryKeyPrimaryKeyImpl. setCacheKeyType(String cacheKeyType)PrimaryKeyPrimaryKeyImpl. setValidation(String validation) -
Uses of PrimaryKey in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return PrimaryKey Modifier and Type Method Description PrimaryKeyPrimaryKey. setCacheKeyType(String cacheKeyType)PrimaryKeyEntity. setPrimaryKey()PrimaryKeyMappedSuperclass. setPrimaryKey()PrimaryKeyPrimaryKey. setValidation(String validation)
-