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

Packages that use XmlTableGenerator
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.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
 void OrmTableGenerator.initialize(XmlTableGenerator tableGenerator)
           
 void OrmTableGenerator.update(XmlTableGenerator tableGenerator)
           
 

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.