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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlTableGenerator
 OrmTableGenerator OrmXmlContextNodeFactory.buildOrmTableGenerator(XmlContextNode parent, XmlTableGenerator resourceTableGenerator)
           
 void OrmTableGenerator.update(XmlTableGenerator tableGenerator)
          Update the OrmTableGenerator context model object to match the XmlTableGenerator resource model object.
 

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlTableGenerator
 XmlTableGenerator OrmFactory.createXmlTableGenerator()
           
 XmlTableGenerator XmlEntity.getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 XmlTableGenerator XmlGeneratorContainer.getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 XmlTableGenerator XmlId.getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 

Methods in org.eclipse.jpt.core.resource.orm that return types with arguments of type XmlTableGenerator
 org.eclipse.emf.common.util.EList<XmlTableGenerator> XmlEntityMappings.getTableGenerators()
          Returns the value of the 'Table Generators' containment reference list.
 

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlTableGenerator
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlId.basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEntity.setTableGenerator(XmlTableGenerator newTableGenerator)
          Sets the value of the 'Table Generator' containment reference.
 void XmlGeneratorContainer.setTableGenerator(XmlTableGenerator value)
          Sets the value of the 'Table Generator' containment reference.
 void XmlId.setTableGenerator(XmlTableGenerator newTableGenerator)
          Sets the value of the 'Table Generator' containment reference.
 

Uses of XmlTableGenerator in org.eclipse.jpt.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return XmlTableGenerator
 XmlTableGenerator XmlBasic.getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 XmlTableGenerator XmlMappedSuperclass.getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlTableGenerator
 org.eclipse.emf.common.notify.NotificationChain XmlBasic.basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlBasic.setTableGenerator(XmlTableGenerator newTableGenerator)
          Sets the value of the 'Table Generator' containment reference.
 void XmlMappedSuperclass.setTableGenerator(XmlTableGenerator newTableGenerator)
          Sets the value of the 'Table Generator' containment reference.