Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmSequenceGenerator

Packages that use OrmSequenceGenerator
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmSequenceGenerator
 OrmSequenceGenerator OrmGeneratorContainer.addSequenceGenerator()
           
 OrmSequenceGenerator EntityMappings.addSequenceGenerator()
           
 OrmSequenceGenerator EntityMappings.addSequenceGenerator(int index)
           
 OrmSequenceGenerator OrmXmlContextNodeFactory.buildOrmSequenceGenerator(XmlContextNode parent, XmlSequenceGenerator resourceSequenceGenerator)
           
 OrmSequenceGenerator OrmGeneratorContainer.getSequenceGenerator()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmSequenceGenerator
 org.eclipse.jpt.common.utility.internal.iterables.ListIterable<OrmSequenceGenerator> EntityMappings.getSequenceGenerators()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmSequenceGenerator
 void EntityMappings.removeSequenceGenerator(OrmSequenceGenerator sequenceGenerator)
           
 

Uses of OrmSequenceGenerator in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of OrmSequenceGenerator in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmSequenceGenerator2_0
          JPA 2.0 orm.xml sequence generator