
Transaction Management
Within traditional development, building and reusing complex nested transactions has always been a time-consuming problem. TerraFrame MOJO’s transaction management solutions makes simple work of complex nested transactions.
Transaction management is self-maintaining within MOJO. There is no need to explicitly commit or rollback transactions. Just add the @Transaction notation to a method, and MOJO does the rest. In MOJO, reusable nested transactions are also maintained by the system.
Transactions invoked within the control flow of a parent transaction do not commit or rollback when they complete. Instead, MOJO treats the parent transaction as the complete transactional method and either commits or rolls back upon completion.