spring-framework / org.springframework.transaction.support / TransactionCallbackWithoutResult / <init>

<init>

TransactionCallbackWithoutResult()

Simple convenience class for TransactionCallback implementation. Allows for implementing a doInTransaction version without result, i.e. without the need for a return statement.

Author
Juergen Hoeller

Since
28.03.2003

See Also
TransactionTemplate