| Class | Description |
|---|---|
| TimeStampAttribute | This attribute is used to connect a member with the time stamp field of the TimeStampConcurrencyManager in the storage. |
| TimeStampConcurrencyManager | Implements the time stamp concurrency manager. This class uses a time stamp check to discover if somebody else has changed the object in the meantime. |
| TimeStampNotFoundException | Exception is thrown if the persistent does not contain a member with the TimeStampAttribute set. |
| TimeStampTypeInvalidException | Exception is thrown if the type of the persistent's member holding the time stamp is not valid. |