Store.Transactions.enableTransactions()
Signature
void enableTransactions (String url)
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
Name | Type | Description |
url | String | Url of the Store |