org.eclipse.jpt.core.context.orm
Interface OrmNamedColumn.Owner

All Superinterfaces:
NamedColumn.Owner
All Known Subinterfaces:
OrmBaseColumn.Owner, OrmBaseJoinColumn.Owner, OrmBasicMapping, OrmColumn.Owner, OrmColumnMapping, OrmIdMapping, OrmJoinColumn.Owner, OrmVersionMapping
Enclosing interface:
OrmNamedColumn

public static interface OrmNamedColumn.Owner
extends NamedColumn.Owner

interface allowing columns to be used in multiple places (e.g. basic mappings and attribute overrides)


Method Summary
 TextRange getValidationTextRange()
          Return the column owner's text range.
 
Methods inherited from interface org.eclipse.jpt.core.context.NamedColumn.Owner
getDbTable, getDefaultColumnName, getTypeMapping
 

Method Detail

getValidationTextRange

TextRange getValidationTextRange()
Return the column owner's text range. This can be returned by the column when its annotation is not present.