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 TypeClassDescriptionclassOptimizer which applies a 'hilo' algorithm in memory to achieve optimization.classSlight variation fromHiLoOptimizer, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators.final classAn optimizer that performs no optimization.classOptimizer which uses a pool of values, backed by a logical sequence.classVariation ofPooledOptimizerwhich 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.classOptimizer which uses a pool of values, backed by a logical sequence.