On Freitag, 10. Mai 2002 14:51, David Jencks wrote:
> Many ejb 1.1 containers try to help you out with reducing the number of
> ejbStore calls on unmodified beans by looking for isModified methods on the
> bean implementation class. JBoss does this, I think weblogic also, perhaps
> others.
As of
Hi,
I'm reposting this mail here, 'cause on the user-list nobody seems to have an
idea. Maybe you experts could help me:
Observing that for CMP 1.1 EntityBean's Xdoclet generates the "isModified" and
"makeDirty" methods, I was wondering which usage pattern is behind that.
Can someone give me a