Goods.PessimisticRepeatableReadMetaobject Class
PessimisticRepeatableReadMetaobject for pessimistic scheme of synchronization with repeatable read isolation level While extending the Multiple Reader, one writer aproach, this strategy obtains shred locks for reading, thus ensuring that no write is going on at the same time.

Access: Public
Base Classes: PessimisticMetaobject
  Members Description  
    beginReadAccess beginReadAccess locks the object in shared mode.

 
    endAccess endAccess adds the object to the transaction list, also when the object was not modified. Thus the (shared) lock is released.