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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlTableGenerator
 XmlTableGenerator OrmTableGenerator.getXmlGenerator()
           
 

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

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

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

Methods in org.eclipse.jpt.jpa.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.jpa.core.resource.orm with parameters of type XmlTableGenerator
 org.eclipse.emf.common.notify.NotificationChain XmlId.basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetTableGenerator(XmlTableGenerator newTableGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlId.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 XmlEntity.setTableGenerator(XmlTableGenerator newTableGenerator)
          Sets the value of the 'Table Generator' containment reference.
 

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

Subclasses of XmlTableGenerator in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 class XmlTableGenerator
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

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

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