org.eclipse.jpt.core.context
Interface BaseJoinColumn.Owner

All Superinterfaces:
NamedColumn.Owner
All Known Subinterfaces:
JavaBaseJoinColumn.Owner, JavaJoinColumn.Owner, JoinColumn.Owner, OrmBaseJoinColumn.Owner, OrmJoinColumn.Owner
Enclosing interface:
BaseJoinColumn

public static interface BaseJoinColumn.Owner
extends NamedColumn.Owner


Method Summary
 Table getReferencedColumnDbTable()
          Return the wrapper for the datasource table for the referenced column
 boolean isVirtual(BaseJoinColumn joinColumn)
           
 
Methods inherited from interface org.eclipse.jpt.core.context.NamedColumn.Owner
getDbTable, getDefaultColumnName, getTypeMapping
 

Method Detail

getReferencedColumnDbTable

Table getReferencedColumnDbTable()
Return the wrapper for the datasource table for the referenced column


isVirtual

boolean isVirtual(BaseJoinColumn joinColumn)