Module DataMapper::Transaction::Repository
In: lib/dm-core/transaction.rb

Methods

Public Instance methods

Produce a new Transaction for this Repository

@return [Adapters::Transaction]

  a new Transaction (in state :none) that can be used
  to execute code #with_transaction

@api public

[Validate]