Module org.eclipse.persistence.jpa
Class SecondaryTableImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.config.MetadataImpl<SecondaryTableMetadata>
org.eclipse.persistence.internal.jpa.config.tables.AbstractTableImpl<SecondaryTableMetadata,SecondaryTable>
org.eclipse.persistence.internal.jpa.config.tables.SecondaryTableImpl
- All Implemented Interfaces:
SecondaryTable
public class SecondaryTableImpl
extends AbstractTableImpl<SecondaryTableMetadata,SecondaryTable>
implements SecondaryTable
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 TypeMethodDescriptionMethods 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.SecondaryTable
addIndex, addUniqueConstraint, setCatalog, setCreationSuffix, setName, setSchema
-
Constructor Details
-
SecondaryTableImpl
public SecondaryTableImpl()
-
-
Method Details
-
addPrimaryKeyJoinColumn
- Specified by:
addPrimaryKeyJoinColumn
in interfaceSecondaryTable
-
setPrimaryKeyForeignKey
- Specified by:
setPrimaryKeyForeignKey
in interfaceSecondaryTable
-