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

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

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

Methods in org.eclipse.jpt.core.context.orm with parameters of type XmlSequenceGenerator
 OrmSequenceGenerator OrmXmlContextNodeFactory.buildOrmSequenceGenerator(XmlContextNode parent, XmlSequenceGenerator resourceSequenceGenerator)
           
 void OrmSequenceGenerator.update(XmlSequenceGenerator sequenceGenerator)
          Update the OrmSequenceGenerator context model object to match the XmlSequenceGenerator resource model object.
 

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

Methods in org.eclipse.jpt.core.resource.orm that return XmlSequenceGenerator
 XmlSequenceGenerator OrmFactory.createXmlSequenceGenerator()
           
 XmlSequenceGenerator XmlEntity.getSequenceGenerator()
          Returns the value of the 'Sequence Generator' containment reference.
 XmlSequenceGenerator XmlGeneratorContainer.getSequenceGenerator()
          Returns the value of the 'Sequence Generator' containment reference.
 XmlSequenceGenerator XmlId.getSequenceGenerator()
          Returns the value of the 'Sequence Generator' containment reference.
 

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

Methods in org.eclipse.jpt.core.resource.orm with parameters of type XmlSequenceGenerator
 org.eclipse.emf.common.notify.NotificationChain XmlEntity.basicSetSequenceGenerator(XmlSequenceGenerator newSequenceGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlId.basicSetSequenceGenerator(XmlSequenceGenerator newSequenceGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlEntity.setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
          Sets the value of the 'Sequence Generator' containment reference.
 void XmlGeneratorContainer.setSequenceGenerator(XmlSequenceGenerator value)
          Sets the value of the 'Sequence Generator' containment reference.
 void XmlId.setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
          Sets the value of the 'Sequence Generator' containment reference.
 

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

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

Methods in org.eclipse.jpt.eclipselink.core.resource.orm with parameters of type XmlSequenceGenerator
 org.eclipse.emf.common.notify.NotificationChain XmlBasic.basicSetSequenceGenerator(XmlSequenceGenerator newSequenceGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain XmlMappedSuperclass.basicSetSequenceGenerator(XmlSequenceGenerator newSequenceGenerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void XmlBasic.setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
          Sets the value of the 'Sequence Generator' containment reference.
 void XmlMappedSuperclass.setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
          Sets the value of the 'Sequence Generator' containment reference.