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

TODO: move to dm-more/dm-transactions

Methods

Public Instance methods

Produce a new Transaction for this Repository

@return <DataMapper::Adapters::Transaction> a new Transaction (in state

  :none) that can be used to execute code #with_transaction

TODO: move to dm-more/dm-transactions

[Validate]