File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes Entity and transactions Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "Entity and transactions" Watch "Entity and transactions" New topic
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%)
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Entity and transactions
 
Similar Threads
!Help! Error: Exception in thread "main" java.lang.ClassCastException
Thanks anyway
Desperate for Help
syntax error
compilation error when comping entity bean