Uses of Interface
org.eclipse.jpt.core.resource.orm.XmlNamedColumn

Packages that use XmlNamedColumn
org.eclipse.jpt.core.resource.orm   
 

Uses of XmlNamedColumn in org.eclipse.jpt.core.resource.orm
 

Subinterfaces of XmlNamedColumn in org.eclipse.jpt.core.resource.orm
 interface XmlAbstractColumn
          A representation of the model object 'Abstract Column'.
 interface XmlColumn
          A representation of the model object 'Column'.
 interface XmlJoinColumn
          A representation of the model object 'Join Column'.
 interface XmlPrimaryKeyJoinColumn
          A representation of the model object 'Primary Key Join Column'.
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlNamedColumn
 class AbstractXmlAbstractColumn
          A representation of the model object 'Abstract Xml Abstract Column'.
 class AbstractXmlNamedColumn
          A representation of the model object 'Abstract Xml Named Column'.
 class XmlColumnImpl
          A representation of the model object 'Column Impl'.
 class XmlDiscriminatorColumn
          A representation of the model object 'Discriminator Column'.
 class XmlJoinColumnImpl
          A representation of the model object 'Join Column'.
 class XmlPrimaryKeyJoinColumnImpl
          A representation of the model object 'Xml Primary Key Join Column Impl'.