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 classHiLoOptimizerOptimizer which applies a 'hilo' algorithm in memory to achieve optimization.classLegacyHiLoAlgorithmOptimizerSlight variation fromHiLoOptimizer, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators.classNoopOptimizerAn optimizer that performs no optimization.classPooledLoOptimizerVariation ofPooledOptimizerwhich interprets the incoming database value as the lo value, rather than the hi value.classPooledLoThreadLocalOptimizerVariation 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.classPooledOptimizerOptimizer which uses a pool of values, storing the next low value of the range in the database.
-