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

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

Uses of XmlSecondaryTable in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlSecondaryTable
 OrmSecondaryTable JpaFactory.buildOrmSecondaryTable(OrmEntity parent, XmlSecondaryTable xmlSecondaryTable)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlSecondaryTable
 void OrmSecondaryTable.update(XmlSecondaryTable secondaryTable)
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlSecondaryTable
 class XmlSecondaryTableImpl
          A representation of the model object 'Xml Secondary Table Impl'.
 

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.