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

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

public static interface BaseJoinColumn.Owner
extends ReadOnlyBaseJoinColumn.Owner, NamedColumn.Owner

Interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides).


Method Summary
 Table getReferencedColumnDbTable()
          Return the wrapper for the datasource table for the referenced column
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn.Owner
joinColumnIsDefault, joinColumnsSize
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.NamedColumn.Owner
buildColumnValidator, resolveDbTable
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
getDefaultColumnName, getDefaultTableName, getTypeMapping
 

Method Detail

getReferencedColumnDbTable

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