Package org.hibernate.internal.util
Class LazyValue<T>
java.lang.Object
org.hibernate.internal.util.LazyValue<T>
- Type Parameters:
T- The type of object referenced
A lazily accessible object reference. Useful for cases where final references
are needed (anon inner class, lambdas, etc).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NULL
-
-
Constructor Details
-
LazyValue
-
-
Method Details
-
getValue
-