Hi,
I have been reading HF
EJB.
I was reading about entity beans and I found that with entity beans you can have business methods in the entity bens remote home interface and the advantage is for doing "batch updates".
advantage is for doing Batch Updates
This is the thing that I dont upderstand. Batch updates means you are updating the database through a business method but how this batch updates can be achieved.
I know one mechanism of batch updates is by using the PreparedStatement. But as with CMP we dont use
JDBC code how this batch updates can be achieved.
Thanks