org.eclipse.jpt.jpa.core.jpa2.context.orm
Interface OrmOrderColumn2_0.Owner

All Superinterfaces:
NamedColumn.Owner, OrmNamedColumn.Owner, ReadOnlyNamedColumn.Owner
Enclosing interface:
OrmOrderColumn2_0

public static interface OrmOrderColumn2_0.Owner
extends OrmNamedColumn.Owner

interface allowing order columns to be used in multiple places


Method Summary
 XmlOrderColumn buildXmlColumn()
           
 XmlOrderColumn getXmlColumn()
           
 void removeXmlColumn()
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmNamedColumn.Owner
getValidationTextRange
 
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

getXmlColumn

XmlOrderColumn getXmlColumn()

buildXmlColumn

XmlOrderColumn buildXmlColumn()

removeXmlColumn

void removeXmlColumn()