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

All Superinterfaces:
OverrideContainer.Owner
All Known Subinterfaces:
OrmAssociationOverrideContainer.Owner, OrmAttributeOverrideContainer.Owner
Enclosing interface:
OrmOverrideContainer

public static interface OrmOverrideContainer.Owner
extends OverrideContainer.Owner


Method Summary
 OrmTypeMapping getTypeMapping()
          Return the mapping of the persistent type where the container is defined.
 TextRange getValidationTextRange()
           
 
Methods inherited from interface org.eclipse.jpt.core.context.OverrideContainer.Owner
allOverridableNames, buildColumnTableNotValidMessage, buildColumnUnresolvedNameMessage, candidateTableNames, getDbTable, getDefaultTableName, getOverridableTypeMapping, tableNameIsInvalid
 

Method Detail

getTypeMapping

OrmTypeMapping getTypeMapping()
Description copied from interface: OverrideContainer.Owner
Return the mapping of the persistent type where the container is defined. (For example, on an entity, this would be the entity. On an embedded, this would be the type mapping where the embedded is defined.)

Specified by:
getTypeMapping in interface OverrideContainer.Owner

getValidationTextRange

TextRange getValidationTextRange()