Store.Transactions.enableTransactions()

Signature

void enableTransactions (String url)

Domain

ACTION

Description

Enables transactional behavior. By default transactions are disabled. All operations Store.Open/Put/Get/Delete, post this call will be executed under a transaction. The transaction will be applied once Store.Transactions.commit/rollback is executed, post which a new transaction begins.

Parameters

NameTypeDescription
urlStringUrl of the Store

Returns

TypeDescription
void

Cautions

none