Class CollectionTableImpl
- java.lang.Object
-
- org.eclipse.persistence.internal.jpa.config.MetadataImpl<T>
-
- org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl<CollectionTableMetadata,CollectionTable>
-
- org.eclipse.persistence.internal.jpa.config.tables.CollectionTableImpl
-
- All Implemented Interfaces:
CollectionTable
public class CollectionTableImpl extends AbstractTableImpl<CollectionTableMetadata,CollectionTable> implements CollectionTable
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 CollectionTableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinColumnaddJoinColumn()ForeignKeysetForeignKey()-
Methods inherited from class org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl
addIndex, addUniqueConstraint, setCatalog, setCreationSuffix, setName, setSchema
-
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.CollectionTable
addIndex, addUniqueConstraint, setCatalog, setCreationSuffix, setName, setSchema
-
-
-
-
Method Detail
-
addJoinColumn
public JoinColumn addJoinColumn()
- Specified by:
addJoinColumnin interfaceCollectionTable
-
setForeignKey
public ForeignKey setForeignKey()
- Specified by:
setForeignKeyin interfaceCollectionTable
-
-