Module org.eclipse.persistence.jpa
Interface SecondaryTable
-
public interface SecondaryTableJPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexaddIndex()PrimaryKeyJoinColumnaddPrimaryKeyJoinColumn()UniqueConstraintaddUniqueConstraint()SecondaryTablesetCatalog(String catalog)SecondaryTablesetCreationSuffix(String creationSuffix)SecondaryTablesetName(String name)ForeignKeysetPrimaryKeyForeignKey()SecondaryTablesetSchema(String schema)
-
-
-
Method Detail
-
addIndex
Index addIndex()
-
addPrimaryKeyJoinColumn
PrimaryKeyJoinColumn addPrimaryKeyJoinColumn()
-
addUniqueConstraint
UniqueConstraint addUniqueConstraint()
-
setCatalog
SecondaryTable setCatalog(String catalog)
-
setCreationSuffix
SecondaryTable setCreationSuffix(String creationSuffix)
-
setName
SecondaryTable setName(String name)
-
setPrimaryKeyForeignKey
ForeignKey setPrimaryKeyForeignKey()
-
setSchema
SecondaryTable setSchema(String schema)
-
-