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

Packages that use XmlSequenceGenerator
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.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
 void OrmSequenceGenerator.initialize(XmlSequenceGenerator sequenceGenerator)
           
 void OrmSequenceGenerator.update(XmlSequenceGenerator sequenceGenerator)
           
 

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

Classes in org.eclipse.jpt.core.resource.orm that implement XmlSequenceGenerator
 class XmlSequenceGeneratorImpl
          A representation of the model object 'Sequence Generator'.
 

Methods in org.eclipse.jpt.core.resource.orm that return XmlSequenceGenerator
 XmlSequenceGenerator XmlEntity.getSequenceGenerator()
          Returns the value of the 'Sequence Generator' containment reference.
 XmlSequenceGenerator XmlId.getSequenceGenerator()
          Returns the value of the 'Sequence Generator' containment reference.
 XmlSequenceGenerator XmlIdImpl.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 XmlIdImpl.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 XmlId.setSequenceGenerator(XmlSequenceGenerator value)
          Sets the value of the 'Sequence Generator' containment reference.
 void XmlIdImpl.setSequenceGenerator(XmlSequenceGenerator newSequenceGenerator)
          Sets the value of the 'Sequence Generator' containment reference.