| Author |
Whether normal methods involved in a User Transaction
|
gutta rahul
Greenhorn
Joined: Nov 23, 2003
Posts: 12
|
|
Hi, Iam new to transactions. If I begin a UserTransaction and begin the transaction using the begin() method given, will the subsequent calls to other methods after begin() and commit() will be tied implicitly to the transaction context? Thanks in advance.
|
 |
Roger Chung-Wee
Ranch Hand
Joined: Sep 29, 2002
Posts: 1683
|
|
|
That's right, you are defining the boundaries of the transaction between the begin and commit/rollback methods.
|
SCJP 1.4, SCWCD 1.3, SCBCD 1.3
|
 |
 |
|
|
subject: Whether normal methods involved in a User Transaction
|
|
|