> Shahar Solomianik wrote:
>
> > Hi.
> > Can someone explain why (for god sake) does the spec forces the
container to
> > invoke ejbStore on entity beans, when using commit option A , even if
the
> > bean's state hasn't change ???
> probably just so that the container isn't required to figure out whether
> the bean has changed or not. Note that WebLogic and JBoss allow you to
> implement a 'boolean isModified();' method on your bean class such that
> if that method returns false, ejbStore() isn't called.

And JBoss also adds the tuned update feature so that only changed attributes
are stored (possibly avoiding database calls altogether).

/Rickard



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to