org.eclipse.jpt.core.context.orm
Interface OrmBaseJoinColumn.Owner

All Superinterfaces:
BaseJoinColumn.Owner, NamedColumn.Owner, OrmNamedColumn.Owner
All Known Subinterfaces:
OrmJoinColumn.Owner
Enclosing interface:
OrmBaseJoinColumn

public static interface OrmBaseJoinColumn.Owner
extends BaseJoinColumn.Owner, OrmNamedColumn.Owner

interface allowing join columns to be used in multiple places (e.g. 1:1 mappings and join tables)


Method Summary
 
Methods inherited from interface org.eclipse.jpt.core.context.BaseJoinColumn.Owner
getDbReferencedColumnTable, isVirtual
 
Methods inherited from interface org.eclipse.jpt.core.context.NamedColumn.Owner
getDbTable, getDefaultColumnName, getTypeMapping
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.OrmNamedColumn.Owner
getValidationTextRange
 
Methods inherited from interface org.eclipse.jpt.core.context.NamedColumn.Owner
getDbTable, getDefaultColumnName, getTypeMapping