Package org.hibernate.collection.spi
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
doWork()
Do the represented work and return the result.
-
-
-
Method Detail
-
doWork
T doWork()
Do the represented work and return the result.- Returns:
- The result
-
-