Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • configure() No transactions

  • initialize() Inside a transaction

  • destroy() Inside a transaction

The exception to this are Workersare Workers, which have to execute their own, explicit transactions. See workers and datasets for details.

Details on transactions in these methods are covered in the section on using the transaction system in programs.

...