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

All Superinterfaces:
ReadOnlyNamedColumn.Owner, VirtualColumn.Owner
Enclosing interface:
OrmVirtualColumn

public static interface OrmVirtualColumn.Owner
extends VirtualColumn.Owner


Method Summary
 Column resolveOverriddenColumn()
          The overridden column can be either a Java column or an orm.xml column; so we don't change the return type here.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
getDefaultColumnName, getDefaultTableName, getTypeMapping
 

Method Detail

resolveOverriddenColumn

Column resolveOverriddenColumn()
The overridden column can be either a Java column or an orm.xml column; so we don't change the return type here.

Specified by:
resolveOverriddenColumn in interface VirtualColumn.Owner