Uses of Class
org.hibernate.id.enhanced.AbstractOptimizer
-
Packages that use AbstractOptimizer Package Description org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration -
-
Uses of AbstractOptimizer in org.hibernate.id.enhanced
Subclasses of AbstractOptimizer in org.hibernate.id.enhanced Modifier and Type Class Description class
HiLoOptimizer
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.class
LegacyHiLoAlgorithmOptimizer
Slight variation fromHiLoOptimizer
, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators.class
NoopOptimizer
An optimizer that performs no optimization.class
PooledLoOptimizer
Variation ofPooledOptimizer
which interprets the incoming database value as the lo value, rather than the hi value.class
PooledLoThreadLocalOptimizer
Variation ofPooledOptimizer
which interprets the incoming database value as the lo value, rather than the hi value, as well as using thread local to cache the generation state.class
PooledOptimizer
Optimizer which uses a pool of values, storing the next low value of the range in the database.
-