Uses of Package
org.hibernate.internal.util
-
Packages that use org.hibernate.internal.util Package Description org.hibernate.internal.util Internal utility classes -
Classes in org.hibernate.internal.util used by org.hibernate.internal.util Class Description MutableInteger A more performant version ofAtomicInteger
in cases where we do not have to worry about concurrency.MutableLong A more performant version ofAtomicLong
in cases where we do not have to worry about concurrency.StringHelper.Renderer ValueHolder.DeferredInitializer The snippet that generates the initialization value.