Re: AW: objectFromDataRow with refresh

2006-12-17 Thread Andrus Adamchik
: Montag, 11. Dezember 2006 18:12 An: cayenne-user@incubator.apache.org Betreff: Re: objectFromDataRow with refresh Hi, It refreshes any previously cached version of the object with the data stored in the passed data row. Andrus On Dec 11, 2006, at 5:31 PM, Peter Schröder wrote: hi, i am wonde

AW: objectFromDataRow with refresh

2006-12-14 Thread Peter Schröder
er solution to this. kind regards peter -Ursprüngliche Nachricht- Von: Andrus Adamchik [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Dezember 2006 18:12 An: cayenne-user@incubator.apache.org Betreff: Re: objectFromDataRow with refresh Hi, It refreshes any previously cached version of

AW: objectFromDataRow with refresh

2006-12-12 Thread Peter Schröder
thx, thats what i hoped it would do ;-) -Ursprüngliche Nachricht- Von: Andrus Adamchik [mailto:[EMAIL PROTECTED] Gesendet: Montag, 11. Dezember 2006 18:12 An: cayenne-user@incubator.apache.org Betreff: Re: objectFromDataRow with refresh Hi, It refreshes any previously cached version

Re: objectFromDataRow with refresh

2006-12-11 Thread Andrus Adamchik
Hi, It refreshes any previously cached version of the object with the data stored in the passed data row. Andrus On Dec 11, 2006, at 5:31 PM, Peter Schröder wrote: hi, i am wondering what the refresh param of context.objectFromDataRow does exactly? does it refresh the data of the obje

objectFromDataRow with refresh

2006-12-11 Thread Peter Schröder
hi, i am wondering what the refresh param of context.objectFromDataRow does exactly? does it refresh the data of the object in the context, which i can commit with context.commitChanges, or does it fetch refreshed data for the object from the database? kind regards peter