Difference between createdStamp and createdTxStamp?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Difference between createdStamp and createdTxStamp?

Peter Marvell-2
Hi Everyone,
 
What is the difference between createdStamp and createdTxStamp ? Any help would be appreciated.
 
Thanks,
 
Peter


Reply | Threaded
Open this post in threaded view
|

Re: Difference between createdStamp and createdTxStamp?

Jacques Le Roux
Administrator
The entity engine automatically maintains lastUpdatedStamp, lastUpdatedTxStamp (Tx=transaction), createdStamp and createdTxStamp
fields in each entity unless you use the no-auto-stamp attribute in entity definition. These fields have unique values
(automatically incremented by one - millisecs - if necessary).

Transaction stamps are set when the transaction begin, and stamps are within that transaction. AFAIK they are mostly used by the
entity synchronization stuff

HTH

Jacques

From: "Peter Marvell" <[hidden email]>
: <[hidden email]>
Sent: Sunday, December 28, 2008 9:24 AM
Subject: Difference between createdStamp and createdTxStamp?


Hi Everyone,

What is the difference between createdStamp and createdTxStamp ? Any help would be appreciated.

Thanks,

Peter