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 beans relationships question in the HFE 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 beans relationships question in the HFE" Watch "Entity beans relationships question in the HFE" New topic
Author

Entity beans relationships question in the HFE

Adri Smith
Ranch Hand

Joined: Jun 07, 2004
Posts: 76
From the HFE book, p432 q4:

Given the container-managed unidirectional relationship:

Foo(0-1) -> Bar(0-1)

and the object relations:

f1->b1
f2->b2

What will be true after the following code runs?

f2.setBar(f1.getBar())

How is it possible that 'b2.getFoo()==null' is one of the correct answers ? If the relationship is unidirectionnal this means we can call the method getBar() on the Foo beans but not the method getFoo() on the Bar Beans.

I took a look at the errata, nothing has been specified about this.

Thanks in advance for your help,
Adri
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Entity beans relationships question in the HFE
 
Similar Threads
HFEJB - question page 426 - # 4.
unidirectional relationship
Wrong answer? HFE Page 432, question 4
HFE page 426
QNo. 4 Ch-6 Coffee Cram Mock Exam!!