接口 AbstractPersistentCollection.LazyInitializationWork<T>
-
- 类型参数:
T- The java type of the return for this LazyInitializationWork
public static interface AbstractPersistentCollection.LazyInitializationWork<T>TBH not sure why this is public
-
-
方法详细资料
-
doWork
T doWork()
Do the represented work and return the result.- 返回:
- The result
-
-