Optimistic locking for data instance
What is the standard Pega way to implement optimistic locking for data instances?
I know that Pega checks UpdateDate time and other props in order to check fo conflicts for updating of work objects (in case of optimistic locking).
Is there any standard API or activities or approaches to implement similiar mechanism for data instances?