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)
getColumnAnnotation
CompleteColumnAnnotation getColumnAnnotation()
removeColumnAnnotation
void removeColumnAnnotation()
Copyright (c) 2012 Oracle. All rights reserved.