Class TransactionCallbackWithoutResult

java.lang.Object
org.springframework.transaction.support.TransactionCallbackWithoutResult
All Implemented Interfaces:
TransactionCallback<Object>

public abstract class TransactionCallbackWithoutResult extends Object implements TransactionCallback<Object>
Simple convenience class for TransactionCallback implementation. Allows for implementing a doInTransaction version without result, i.e. without the need for a return statement.
Since:
28.03.2003
Author:
Juergen Hoeller
See Also: