How can we help you?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How easy is it to use transactions in JDX? Do we need to code extra for this?

JDX provides support for implicit transactions such that every API call to the ORM system is automatically executed within a default transaction if needed.

JDX also supports explicit transactions, whereby you can combine multiple operations in one database transaction.
This discussion has been closed.