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

All Superinterfaces:
ReadOnlyNamedColumn.Owner
All Known Subinterfaces:
JavaVirtualColumn.Owner, OrmVirtualColumn.Owner
Enclosing interface:
VirtualColumn

public static interface VirtualColumn.Owner
extends ReadOnlyNamedColumn.Owner

Interface allowing the virtual column to be get the column it overrides.


Method Summary
 Column resolveOverriddenColumn()
          Return the column overridden by the virtual column.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
getDefaultColumnName, getDefaultTableName, getTypeMapping
 

Method Detail

resolveOverriddenColumn

Column resolveOverriddenColumn()
Return the column overridden by the virtual column.