|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TransactionCallback | |
| org.springframework.transaction.support | Support classes for the org.springframework.transaction package. |
| Uses of TransactionCallback in org.springframework.transaction.support |
| Classes in org.springframework.transaction.support that implement TransactionCallback | |
class |
TransactionCallbackWithoutResult
Simple convenience class for TransactionCallback implementation. |
| Methods in org.springframework.transaction.support with parameters of type TransactionCallback | |
java.lang.Object |
TransactionTemplate.execute(TransactionCallback action)
Execute the action specified by the given callback object within a transaction. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||