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 Summary

    Modifier and Type
    Method
    Description
    Do the represented work and return the result.
  • Method Details

    • doWork

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