Aaron Mulder <[EMAIL PROTECTED]> writes

>       Right now, CMP tuned updates examine the state of the bean before
>deciding whether or not to write anything to the database.  However, they
>do not call ejbStore before making the decision.  I have a case where user
>data is stored in a non-persistant variable (an enumeration class), and
>transferred to the persistant variable (a primitive or String) in
>ejbStore so it doesn't have to be serialized.
>       So clearly, I'd like to call ejbStore before making the tuned
>update decision.  However, I could just disable tuned updates if for some
>reason this is not acceptable.  Any thoughts?

Doesn't CMPPersistenceManager's storeEntity method call ejbStore on the
entity instance before invoking JAWSPersistenceManager's storeEntity
method?

-- 
Justin Forder

Reply via email to