org.eclipse.jpt.jpa.core.context
Interface NamedColumn

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, Model, ReadOnlyNamedColumn
All Known Subinterfaces:
BaseColumn, BaseJoinColumn, Column, DiscriminatorColumn, JavaBaseColumn, JavaBaseJoinColumn, JavaColumn, JavaDiscriminatorColumn, JavaJoinColumn, JavaNamedColumn, JavaOrderColumn2_0, JavaPrimaryKeyJoinColumn, JoinColumn, OrderColumn2_0, OrmBaseColumn, OrmBaseJoinColumn, OrmColumn, OrmDiscriminatorColumn, OrmJoinColumn, OrmNamedColumn, OrmOrderColumn2_0, OrmPrimaryKeyJoinColumn, PrimaryKeyJoinColumn

public interface NamedColumn
extends ReadOnlyNamedColumn

Specified

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.0
Version:
2.3

Nested Class Summary
static interface NamedColumn.Owner
          Interface allowing columns to be used in multiple places (e.g.
 
Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn
COLUMN_DEFINITION_PROPERTY, DEFAULT_NAME_PROPERTY, SPECIFIED_NAME_PROPERTY
 
Method Summary
 Table getDbTable()
          Return the wrapper for the datasource table
 boolean isResolved()
          Return whether the column is found on the datasource.
 void setColumnDefinition(java.lang.String columnDefinition)
           
 void setSpecifiedName(java.lang.String name)
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn
getColumnDefinition, getDefaultName, getName, getSpecifiedName, getTable
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, getResourceType, synchronizeWithResourceModel, update
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode
getJpaProject, getParent, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.IResourcePart
getResource
 

Method Detail

setSpecifiedName

void setSpecifiedName(java.lang.String name)

setColumnDefinition

void setColumnDefinition(java.lang.String columnDefinition)

getDbTable

Table getDbTable()
Return the wrapper for the datasource table


isResolved

boolean isResolved()
Return whether the column is found on the datasource.