rindow/rindow-transaction

Support transaction management

Installs: 278

Dependents: 10

Suggesters: 9

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rindow/rindow-transaction

1.0.0 2020-04-02 05:57 UTC

This package is auto-updated.

Last update: 2025-09-29 02:21:53 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.