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

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

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return XmlSequenceGenerator
 XmlSequenceGenerator OrmSequenceGenerator.getXmlGenerator()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type XmlSequenceGenerator
 OrmSequenceGenerator OrmXmlContextNodeFactory.buildOrmSequenceGenerator(XmlContextNode parent, XmlSequenceGenerator resourceSequenceGenerator)
           
 

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

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

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

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

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

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