Hi all,

Is it possible to control which method calls to an entity bean (BMP)
trigger the container to call the bean's EJBStore() method?   

Currently Orion appears to be synchronizing my entity beans (calls
EJBStore() ) 
after each and every method call...

I'd like to avoid having EJBStore() called after "read-only" method
calls to a bean that are guaranteed not to have modified that bean's 
state (therefor a database write transaction is not required...).

Thoughts ??

Dave Elliot
Web Developer
[EMAIL PROTECTED]



 

Reply via email to