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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlSecondaryTable
 OrmSecondaryTable OrmXmlContextNodeFactory.buildOrmSecondaryTable(OrmEntity parent, XmlSecondaryTable xmlSecondaryTable)
           
 void OrmSecondaryTable.update(XmlSecondaryTable secondaryTable)
          Update the OrmSecondaryTable context model object to match the XmlSecondaryTable resource model object.
 

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

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

Methods in org.eclipse.jpt.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.