Uses of Interface
org.eclipse.jpt.core.context.Generator

Packages that use Generator
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
 

Uses of Generator in org.eclipse.jpt.core.context
 

Subinterfaces of Generator in org.eclipse.jpt.core.context
 interface SequenceGenerator
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface TableGenerator
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.context with parameters of type Generator
 boolean Generator.overrides(Generator generator)
          Return true if this generator overrides the definition of the specified generator (for example, a generator defined in orm.xml overrides one defined in java)
 

Uses of Generator in org.eclipse.jpt.core.context.java
 

Subinterfaces of Generator in org.eclipse.jpt.core.context.java
 interface JavaGenerator
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSequenceGenerator
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaTableGenerator
          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 Generator in org.eclipse.jpt.core.context.orm
 

Subinterfaces of Generator in org.eclipse.jpt.core.context.orm
 interface OrmGenerator
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSequenceGenerator
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTableGenerator
          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 Generator in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type Generator
 java.util.ListIterator<Generator> PersistenceUnit.allGenerators()
          Return an iterator on all generators defined within this persistence unit, included duplicately named generators.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type Generator
 void PersistenceUnit.addGenerator(Generator generator)
          Add the generator (defined elsewhere) to the list of generators defined within this persistence unit.