J
Jayaram
Hi
I would like to know what is the lifecycle of an entity bean assuming
it was found (by a finder method - ejbFindBy...) rather than being
created (ejbCreate(...)) ?
Is the ejbPostCreate(...) method called on such beans OR is it simply
a call to ejbActivate() followed by ejbLoad() ?
Isn't it a necessity that ejbPostCreate(...) be caled on every entity
bean despite the fact that they were found rather than created ?
Would appreciate if someone could explain the real intent of the
ejbPostCreate(...) method ?
Regards,
Jayaram
I would like to know what is the lifecycle of an entity bean assuming
it was found (by a finder method - ejbFindBy...) rather than being
created (ejbCreate(...)) ?
Is the ejbPostCreate(...) method called on such beans OR is it simply
a call to ejbActivate() followed by ejbLoad() ?
Isn't it a necessity that ejbPostCreate(...) be caled on every entity
bean despite the fact that they were found rather than created ?
Would appreciate if someone could explain the real intent of the
ejbPostCreate(...) method ?
Regards,
Jayaram