Class PrimaryKeyJoinColumnImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<T>
-
- org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl<T,R>
-
- org.eclipse.persistence.internal.jpa.config.columns.AbstractRelationalColumnImpl<PrimaryKeyJoinColumnMetadata,PrimaryKeyJoinColumn>
-
- org.eclipse.persistence.internal.jpa.config.columns.PrimaryKeyJoinColumnImpl
-
- All Implemented Interfaces:
PrimaryKeyJoinColumn
public class PrimaryKeyJoinColumnImpl extends AbstractRelationalColumnImpl<PrimaryKeyJoinColumnMetadata,PrimaryKeyJoinColumn> implements PrimaryKeyJoinColumn
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 PrimaryKeyJoinColumnImpl()
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.columns.AbstractRelationalColumnImpl
setReferencedColumnName
-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.columns.AbstractColumnImpl
setColumnDefinition, setName
-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.MetadataImpl
getMetadata
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.persistence.jpa.config.PrimaryKeyJoinColumn
setColumnDefinition, setName, setReferencedColumnName
-
-