rindow/rindow-transaction

Support transaction management

1.0.0 2020-04-02 05:57 UTC

This package is auto-updated.

Last update: 2024-03-29 04:05:40 UTC


README

Master: Build Status

This module integrates and manages transaction processing of resources

In general, it supports Declarative-transaction management with AOP, but it can also be used as a standalone library.

It also supports distributed transactions using the "Xa interface" as an option.

It has the following features

  • Transaction management including Synchronization(used for ORM etc.)
  • Local transaction and Distributed transaction manager.
  • Supports Declarative-transaction management
  • Supports annotation based configuration.
  • Supports file based configuration.