org.eclipse.jpt.jpa.core.context.java
Interface JavaBaseColumn.Owner

All Superinterfaces:
BaseColumn.Owner, JavaNamedColumn.Owner, NamedColumn.Owner, ReadOnlyNamedColumn.Owner
All Known Subinterfaces:
JavaBasicMapping, JavaColumn.Owner, JavaColumnMapping, JavaIdMapping, JavaJoinColumn.Owner, JavaVersionMapping
Enclosing interface:
JavaBaseColumn

public static interface JavaBaseColumn.Owner
extends JavaNamedColumn.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.jpa.core.context.java.JavaNamedColumn.Owner
getValidationTextRange
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.BaseColumn.Owner
candidateTableNames, tableNameIsInvalid
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.NamedColumn.Owner
buildColumnValidator, resolveDbTable
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
getDefaultColumnName, getDefaultTableName, getTypeMapping