posted 19 years ago
Hi raghavendra ,
Whenever the container creates the bean instances it gives it a EntityContext and places the bean in the pool.
After say user calls the create on the home interface the container will pull the bean from the pool call the ejbCreate and then will insert the record in the database. After the record has been inserted the container will create a EJBObject for the same and updates the EntityContext with the new primary key . The EJBObject created will be returned back to the client.
hope that helps
[ April 20, 2005: Message edited by: sawan parihar ]
Sawan<br />SCJP,SCWCD,SCBCD<br /> <br />Every exit is an entry somewhere.