| Author |
Entity and transactions
|
Lukas Stephienn
Ranch Hand
Joined: Dec 23, 2005
Posts: 60
|
|
suppose we have entity (EJB 2.0): and suppose, all of these methods are defined in EJBObject interface; Can we be sure that getFullName() will be executed only in one transaction? Does always container calls ejbStore() after this method? Even if I did not invoke any setter? Maybe it depends on the container...
|
SCJP 5.0 (91%), SCBCD 1.3 (94%), SCWCD 1.4 (88%)
|
 |
 |
|
|
subject: Entity and transactions
|
|
|