Class | Transaction::Simple::ThreadSafe::Group |
In: |
lib/transaction/simple/threadsafe/group.rb
|
Parent: | Transaction::Simple::Group |
A transaction group is an object wrapper that manages a group of objects as if they were a single object for the purpose of transaction management. All transactions for this group of objects should be performed against the transaction group object, not against individual objects in the group. This is the threadsafe version of a transaction group.