Dali Provisional API
Release 3.2

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 OrmXmlContextModelFactory.buildOrmSequenceGenerator(JpaContextModel parent, org.eclipse.jpt.jpa.core.resource.orm.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.iterable.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 Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.