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

All Superinterfaces:
BaseJoinColumn.Owner, NamedColumn.Owner, OrmNamedColumn.Owner, ReadOnlyBaseJoinColumn.Owner, ReadOnlyNamedColumn.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.jpa.core.context.BaseJoinColumn.Owner
getReferencedColumnDbTable
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyBaseJoinColumn.Owner
joinColumnIsDefault, joinColumnsSize
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedColumn.Owner
getValidationTextRange
 
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