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

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

public static interface JavaColumn.Owner
extends JavaBaseColumn.Owner


Method Summary
 CompleteColumnAnnotation getColumnAnnotation()
           
 void removeColumnAnnotation()
           
 
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
 

Method Detail

getColumnAnnotation

CompleteColumnAnnotation getColumnAnnotation()

removeColumnAnnotation

void removeColumnAnnotation()