Dali Provisional API
Release 3.2

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

All Superinterfaces:
ReadOnlyNamedColumn.Owner, ReadOnlyTableColumn.Owner
All Known Subinterfaces:
JavaBasicMapping, JavaColumnMapping, JavaIdMapping, JavaVersionMapping
Enclosing interface:
JavaColumn

public static interface JavaColumn.Owner
extends ReadOnlyTableColumn.Owner

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


Method Summary
 CompleteColumnAnnotation getColumnAnnotation()
           
 void removeColumnAnnotation()
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyTableColumn.Owner
getCandidateTableNames, tableNameIsInvalid
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.ReadOnlyNamedColumn.Owner
buildColumnValidator, getDefaultColumnName, getDefaultTableName, getValidationTextRange, resolveDbTable
 

Method Detail

getColumnAnnotation

CompleteColumnAnnotation getColumnAnnotation()

removeColumnAnnotation

void removeColumnAnnotation()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.