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

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

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

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlAbstractColumn
 class AbstractXmlAbstractColumn
          A representation of the model object 'Abstract Xml Abstract Column'.
 class XmlColumnImpl
          A representation of the model object 'Column Impl'.
 class XmlJoinColumnImpl
          A representation of the model object 'Join Column'.