Uses of Class
org.hibernate.id.enhanced.AbstractOptimizer
Packages that use AbstractOptimizer
Package
Description
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.enhancedModifier and TypeClassDescriptionclass
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.class
Slight variation fromHiLoOptimizer
, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators.final class
An optimizer that performs no optimization.class
Variation ofPooledOptimizer
which interprets the incoming database value as the lo value, rather than the hi value.class
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
Optimizer which uses a pool of values, storing the next low value of the range in the database.