Dali Provisional API
Release 3.2

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

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

public static interface VirtualColumn.Owner
extends ReadOnlyTableColumn.Owner

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


Method Summary
 ReadOnlyColumn resolveOverriddenColumn()
          Return the column overridden by the virtual column.
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyTableColumn.Owner
getCandidateTableNames, tableNameIsInvalid
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
buildColumnValidator, getDefaultColumnName, getDefaultTableName, getValidationTextRange, resolveDbTable
 

Method Detail

resolveOverriddenColumn

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.