what ever the container is doing in case of CMT entity beans, why not we simulate the same with Using BMT for entity beans.
for e.g.
as part of ejbLoad -- using BMT i can query the details from the database and assign the values to the persistent fields in the bean.
as part of ejbStore -- i can update the database using the values of the persistent fields.
but till now i haven't implemented BMT entity beans.
ok atleast i would like to know why
java team might have avoided using BMT with entity beans.