|
From: James C. <jim...@do...> - 2004-03-31 23:28:46
|
Are there any examples of how to use the PlatformTransactionManager available anywhere? We are using Hibernate and JDBC and feel that there may be instances where we will want to use this API instead of the TransactionTemplate or declarative approach. For starters, how does our controller class get access to a PlatformTransaction Manager? Is calling getTransaction(TransactionDefinition) the technique for beginning a transaction? Commit and rollback seemed straightforward, but what about suspend and resume? Thanks for any pointers |