|
| Total Answers and Comments: 4 |
Last Update: July 03, 2009 Asked by: jabi |
|
| | |
|
Submitted by: VenkitaKrishnan These 2 callback methods are avaliable in the EntityBean Interface and will be used by the container to load the data from the Database into the Bean (ejbLoad) and from the bean to the Database (ejbStore).
We have to manually implemented these methods if we are using BMP (Bean Managed Persistence), although no one is using it in that fashion.
From EJB Specs 2.1, CMP (Container Managed Persistence) has become much easier and these 2 call back methods will be implemented by the container for you.
Above answer was rated as good by the following members: geeky920 | Go To Top
|