Module org.eclipse.persistence.jpa
Interface SecondaryTable
- All Known Implementing Classes:
SecondaryTableImpl
public interface SecondaryTable
JPA scripting API implementation.
- Since:
- EclipseLink 2.5.1
-
Method Summary
Modifier and TypeMethodDescriptionaddIndex()
setCatalog
(String catalog) setCreationSuffix
(String creationSuffix)
-
Method Details
-
addIndex
Index addIndex() -
addPrimaryKeyJoinColumn
PrimaryKeyJoinColumn addPrimaryKeyJoinColumn() -
addUniqueConstraint
UniqueConstraint addUniqueConstraint() -
setCatalog
-
setCreationSuffix
-
setName
-
setPrimaryKeyForeignKey
ForeignKey setPrimaryKeyForeignKey() -
setSchema
-