| Convenient abstract implementation of the TopLinkCallback interface,
exposing a UnitOfWork to perform write operations on.
The exposed UnitOfWork will either be be the active UnitOfWork of
the current transaction, if any, or a temporarily acquired UnitOfWork
that will be committed at the end of the operation.
author: Juergen Hoeller since: 1.2 See Also: UnitOfWorkCallback.doInUnitOfWork(oracle.toplink.sessions.UnitOfWork) See Also: oracle.toplink.sessions.Session.getActiveUnitOfWork |