rindow/rindow-transaction

Support transaction management

Maintainers

Package info

github.com/rindow/rindow-transaction

pkg:composer/rindow/rindow-transaction

Statistics

Installs: 278

Dependents: 10

Suggesters: 9

Stars: 0

Open Issues: 0

1.0.0 2020-04-02 05:57 UTC

This package is auto-updated.

Last update: 2026-03-01 00:31:01 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.