> Currently we have no mechanisms to plugin user defined SqlGenerators, but
> this can be easily done if necessary.
> For the time being you might start to modify the existing code.
>
> > Is it possible to have the OJB validate against a timestamp on a table
> > row?
>
> yes, you can declare optimistic locking for Version or timstamp columns.
>

Just cruising the code and found that the optimistic locking code seems to
handle multiple values for optimistic locking.
Does this mean that OJB actual can handle Version AND timestamp columns at
the same time (this would actually be very nice for my app - being able to
see the actual time for modification but have the version id to ensure that
the modification can happen inside the same millisecond :)

/max


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to