Uses of Interface
org.hibernate.id.enhanced.Optimizer

Packages that use Optimizer
org.hibernate.id.enhanced   
 

Uses of Optimizer in org.hibernate.id.enhanced
 

Classes in org.hibernate.id.enhanced that implement Optimizer
static class OptimizerFactory.HiLoOptimizer
          Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.
static class OptimizerFactory.NoopOptimizer
          An optimizer that performs no optimization.
static class OptimizerFactory.OptimizerSupport
          Common support for optimizer implementations.
static class OptimizerFactory.PooledOptimizer
          Optimizer which uses a pool of values, storing the next low value of the range in the database.
 

Methods in org.hibernate.id.enhanced that return Optimizer
static Optimizer OptimizerFactory.buildOptimizer(java.lang.String type, java.lang.Class returnClass, int incrementSize)
           
 Optimizer SequenceStyleGenerator.getOptimizer()
          Getter for property 'optimizer'.
 Optimizer TableGenerator.getOptimizer()
          The optimizer being used by this generator.
 

Methods in org.hibernate.id.enhanced with parameters of type Optimizer
 void DatabaseStructure.prepare(Optimizer optimizer)
          Prepare this structure for use.
 void TableStructure.prepare(Optimizer optimizer)
          Prepare this structure for use.
 void SequenceStructure.prepare(Optimizer optimizer)
          Prepare this structure for use.
 



Copyright © 2008 Hibernate.org. All Rights Reserved.