Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.SequenceGenerator

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

Uses of SequenceGenerator in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return SequenceGenerator
 SequenceGenerator GeneratorContainer.addSequenceGenerator()
           
 SequenceGenerator GeneratorContainer.getSequenceGenerator()
           
 

Uses of SequenceGenerator in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of SequenceGenerator in org.eclipse.jpt.jpa.core.context.java
 interface JavaSequenceGenerator
          Java 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.
 

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

Subinterfaces of SequenceGenerator in org.eclipse.jpt.jpa.core.context.orm
 interface OrmSequenceGenerator
          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.
 

Uses of SequenceGenerator in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of SequenceGenerator in org.eclipse.jpt.jpa.core.jpa2.context
 interface SequenceGenerator2_0
          JPA 2.0 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.
 

Uses of SequenceGenerator in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of SequenceGenerator in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaSequenceGenerator2_0
          JPA 2.0 Java 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.
 

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

Subinterfaces of SequenceGenerator 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.