Interface AbstractPersistentCollection.LazyInitializationWork<T>

  • Type Parameters:
    T - The java type of the return for this LazyInitializationWork
    Enclosing class:
    AbstractPersistentCollection<E>

    public static interface AbstractPersistentCollection.LazyInitializationWork<T>
    TBH not sure why this is public
    • Method Detail

      • doWork

        T doWork()
        Do the represented work and return the result.
        Returns:
        The result