Package com.googlecode.objectify
Interface Work<R>
-
- All Known Implementing Classes:
VoidWork
public interface Work<R>For executing transactions, this is a unit of work.- Author:
- Jeff Schnitzer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rrun()
-
-
-
Method Detail
-
run
R run()
-
-