If it is CMP you are using, the container is supposed to handle it, after all it is container managed persistence. Probably if you want to ensure a row is updated,
you should complete your method calls in a transaction.
It is possible to code ejbStore with BMP though.