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

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

public static interface JoinColumn.Owner
extends ReadOnlyJoinColumn.Owner, BaseJoinColumn.Owner, BaseColumn.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.ReadOnlyJoinColumn.Owner
getAttributeName, getRelationshipTarget
 
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.BaseColumn.Owner
candidateTableNames, tableNameIsInvalid
 
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