|
Dear all,
I'm using BMP and noticed that ejbFindByPrimary key
is called
after ejbLoad.
The order in which methods are called are as
follows:
1. ejbFindAll
2. ejbLoad called once for each entity
3. ejbFindByPrimaryKey called once for each
entity.
I'm pretty sure the container is calling ejbLoad
(which seems normal if
the entity has never been previously loaded) and
then ejbFindByPrimaryKey.
Why would ejbFindByPrimaryKey be called if the
container has just called ejbLoad?
Thanks,
Greg.
|
