A default Strategy
with the following properties:
- Auto-commit will be set to false
;
- the transaction will commit
on success and rollback
on failure;
- and finally the connection will be closed in all cases.
A no-op Strategy
.
A no-op Strategy
. All actions simply return ()
.