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

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

public static interface OrmBaseColumn.Owner
extends OrmNamedColumn.Owner, BaseColumn.Owner

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


Method Summary
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.OrmNamedColumn.Owner
getValidationTextRange
 
Methods inherited from interface org.eclipse.jpt.core.context.NamedColumn.Owner
getDbTable, getDefaultColumnName, getTypeMapping
 
Methods inherited from interface org.eclipse.jpt.core.context.BaseColumn.Owner
getDefaultTableName
 
Methods inherited from interface org.eclipse.jpt.core.context.NamedColumn.Owner
getDbTable, getDefaultColumnName, getTypeMapping