| Package | Description | 
|---|---|
| org.hibernate.id.enhanced | 
 Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified
 configuration 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HiLoOptimizer
Optimizer which applies a 'hilo' algorithm in memory to achieve
 optimization. 
 | 
class  | 
LegacyHiLoAlgorithmOptimizer
Slight variation from  
HiLoOptimizer, maintaining compatibility with the values generated by the
 legacy Hibernate hilo based generators. | 
class  | 
NoopOptimizer
An optimizer that performs no optimization. 
 | 
class  | 
PooledLoOptimizer
Variation of  
PooledOptimizer which interprets the incoming database value as the lo value, rather than
 the hi value. | 
class  | 
PooledOptimizer
Optimizer which uses a pool of values, storing the next low value of the
 range in the database. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.