Interface UnitOfWork
@Immutable public interface UnitOfWork
Represents a UnitOfWork. Instances can be created via
DataApi.newUnitOfWorkBuilder().
All implementations must be immutable and therefore thread-safe.
See Also: DataApi.newUnitOfWorkBuilder(),
DataApi.commitUnitOfWork(UnitOfWork)