Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.XmlSecondaryTable

Packages that use XmlSecondaryTable
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
 

Uses of XmlSecondaryTable in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlSecondaryTable
 XmlSecondaryTable OrmSecondaryTable.getXmlTable()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type XmlSecondaryTable
 OrmSecondaryTable OrmXmlContextNodeFactory.buildOrmSecondaryTable(OrmEntity parent, Table.Owner owner, XmlSecondaryTable xmlSecondaryTable)
           
 

Uses of XmlSecondaryTable in org.eclipse.jpt.jpa.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return XmlSecondaryTable
 XmlSecondaryTable OrmFactory.createXmlSecondaryTable()
           
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return types with arguments of type XmlSecondaryTable
 org.eclipse.emf.common.util.EList<XmlSecondaryTable> XmlEntity.getSecondaryTables()
          Returns the value of the 'Secondary Tables' containment reference list.
 

Uses of XmlSecondaryTable in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Subclasses of XmlSecondaryTable in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 class XmlSecondaryTable
          A representation of the model object 'Xml Secondary Table'.