Can I develop an Entity Bean without implementing the create() method in the home interface

Showing Answers 1 - 1 of 1 Answers

Ginni

  • Jul 20th, 2005
 

Yes, you can create entity bean without impelementing the create() method. The ejbs will be instantiated by findByPK or any finder methods.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions