You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by wo...@pacific.net.sg on 2003/05/24 11:34:48 UTC

Optimistic Locking support in OJB

Hi,

According to the features list, OJB supports optimistic locking using an integer field or timestamp field. But I can't find any more detail documentation on this feature. Appreciate any pointer to the right documentation and/or JavaDoc.

TIA!


Re: Optimistic Locking support in OJB

Posted by Thomas Mahler <th...@web.de>.
http://db.apache.org/ojb/repository.html#field-descriptor

just set the locking attribute to "true" for the column holding the lock 
value.

wongkw@pacific.net.sg wrote:
> Hi,
> 
> According to the features list, OJB supports optimistic locking using an integer field or timestamp field. But I can't find any more detail documentation on this feature. Appreciate any pointer to the right documentation and/or JavaDoc.
> 
> TIA!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
> For additional commands, e-mail: ojb-user-help@db.apache.org
> 
>