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
-
Method Details
-
doWork
T doWork()Do the represented work and return the result.- Returns:
- The result
-