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.