This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Entity bean 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 » Java » EJB and other Java EE Technologies
Reply Bookmark "Entity bean" Watch "Entity bean" New topic
Author

Entity bean

kedar parundekar
Ranch Hand

Joined: May 10, 2006
Posts: 40
Q ) In case of Entity Bean ->If the primary key is a composite key the primary key class should override the hashCode() and the equals() method.Why?
Yuan Ye
Ranch Hand

Joined: Mar 05, 2003
Posts: 172
I think so that hash based collection of the EJBs will work correctly. But is that mandatory?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Entity bean
 
Similar Threads
Primary key in Entity Bean
What is use of separate Primary Key Class in Entity Bean?
primay key ???
Bean Provider must create a primary key class for an entity bean
Is it possible to create a Entity Bean with no primary key?