类的使用
org.hibernate.id.enhanced.AbstractOptimizer
-
使用AbstractOptimizer的程序包 程序包 说明 org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration -
-
org.hibernate.id.enhanced中AbstractOptimizer的使用
org.hibernate.id.enhanced中AbstractOptimizer的子类 修饰符和类型 类 说明 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.
-