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

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

Uses of XmlTableGenerator in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlTableGenerator
 OrmTableGenerator JpaFactory.buildOrmTableGenerator(XmlContextNode parent, XmlTableGenerator resourceTableGenerator)
           
 

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlTableGenerator
 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
 

Classes in org.eclipse.jpt.core.resource.orm that implement XmlTableGenerator
 class XmlTableGeneratorImpl
          A representation of the model object 'Table Generator'.
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlTableGenerator
 XmlTableGenerator XmlEntity.getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 XmlTableGenerator XmlId.getTableGenerator()
          Returns the value of the 'Table Generator' containment reference.
 XmlTableGenerator XmlIdImpl.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 XmlIdImpl.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 XmlId.setTableGenerator(XmlTableGenerator value)
          Sets the value of the 'Table Generator' containment reference.
 void XmlIdImpl.setTableGenerator(XmlTableGenerator newTableGenerator)
          Sets the value of the 'Table Generator' containment reference.
 

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

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

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