Package org.hibernate.internal.util
package org.hibernate.internal.util
Internal utility classes
-
ClassDescriptionDeprecated.Renders entities and query parameters to a nicely readable string.An immutable variant of the
BitSet
class with some additional operations.IndexedBiConsumer<T,U> A consumer, likeBiConsumer
, accepting 2 values and an index.A consumer, likeConsumer
, accepting a value and its index.KeyedConsumer<K,V> A consumer, likeBiConsumer
, accepting a key and a value (Map entry e.g.)LazyValue<T>A lazily accessible object reference.Helper to deal with conversions (both directions) betweenLockMode
andLockModeType
.Deprecated.This is a legacy of very ancient versions of Hibernate.Support for mutable boolean references, generally used from within anon inner classes, lambdas, etcA more performant version ofAtomicInteger
in cases where we do not have to worry about concurrency.A more performant version ofAtomicLong
in cases where we do not have to worry about concurrency.Mutable object reference.Utility class for the Nullness Checker.Exposes aReader
as anInputStream
.Utility class for various reflection operations.Assists with the serialization process and performs additional functionality based on serialization.ValueHolder<T>The snippet that generates the initialization value.
ClassLoaderService
instead