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 getDbReferencedColumnTable()
          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

getDbReferencedColumnTable

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


isVirtual

boolean isVirtual(BaseJoinColumn joinColumn)