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

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

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

Subinterfaces of XmlBaseTable in org.eclipse.jpt.core.resource.orm
 interface XmlJoinTable
          A representation of the model object 'Join Table'.
 interface XmlSecondaryTable
          A representation of the model object 'Secondary Table'.
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlBaseTable
 class AbstractXmlBaseTable
          A representation of the model object 'Abstract Xml Base Table'.
 class XmlJoinTableImpl
          A representation of the model object 'Join Table'.
 class XmlSecondaryTableImpl
          A representation of the model object 'Xml Secondary Table Impl'.
 class XmlTable
          A representation of the model object 'Table'.