org.eclipse.jpt.jpa.core.jpa2.context
Interface CollectionTable2_0
- All Superinterfaces:
- IAdaptable, JpaContextModel, JpaModel, JptResourceTypeReference, Model, ReferenceTable, SpecifiedReferenceTable, SpecifiedTable, Table
- All Known Subinterfaces:
- JavaCollectionTable2_0, OrmCollectionTable2_0
public interface CollectionTable2_0
- extends SpecifiedReferenceTable
Used by element collection mappings.
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
- Since:
- 2.3
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.SpecifiedReferenceTable |
addSpecifiedJoinColumn, addSpecifiedJoinColumn, clearSpecifiedJoinColumns, convertDefaultJoinColumnToSpecified, getDefaultJoinColumn, getJoinColumns, getSpecifiedJoinColumn, getSpecifiedJoinColumns, moveSpecifiedJoinColumn, removeSpecifiedJoinColumn, removeSpecifiedJoinColumn |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.SpecifiedTable |
addUniqueConstraint, addUniqueConstraint, getUniqueConstraint, getUniqueConstraints, isSpecifiedInResource, moveUniqueConstraint, removeUniqueConstraint, removeUniqueConstraint, setSpecifiedCatalog, setSpecifiedName, setSpecifiedSchema |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.Table |
catalogIsResolved, getCatalog, getCatalogValidationTextRange, getDbCatalog, getDbSchema, getDbSchemaContainer, getDbTable, getDefaultCatalog, getDefaultName, getDefaultSchema, getName, getNameValidationTextRange, getSchema, getSchemaValidationTextRange, getSpecifiedCatalog, getSpecifiedName, getSpecifiedSchema, getUniqueConstraintsSize, isResolved, schemaIsResolved, validatesAgainstDatabase |
getParent
ElementCollectionMapping2_0 getParent()
- Description copied from interface:
JpaModel
- Return the JPA node's parent. The JPA project will not have a parent.
- Specified by:
getParent in interface JpaContextModel- Specified by:
getParent in interface JpaModel
Copyright (c) 2012 Oracle. All rights reserved.