org.hibernate.internal.util
Interface ValueHolder.DeferredInitializer<T>

Type Parameters:
T -
Enclosing class:
ValueHolder<T>

public static interface ValueHolder.DeferredInitializer<T>

The snippet that generates the initialization value.


Method Summary
 T initialize()
          Build the initialization value.
 

Method Detail

initialize

T initialize()
Build the initialization value.

Implementation note: returning null is "ok" but will cause this method to keep being called.

Returns:
The initialization value.


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.