why void in ejbPostCreate() ?
843830Jul 28 2008 — edited Jul 29 2008Hi all,
I have a question regarding ejbCreate() and ejbPostCreate() in entity Bean.
I know there is a need of ejbPostCreate(), because it's too early for ejbCreate to get reference of EJB Object.
so, here eibPostCreate comes in to the picture.
Now my question is why do we have return type of ejbPostCreate always void?
If, it is void then how will we get the reference of EJB object?
Thnaks in advance,
Regards,
Rahul