Skip to content

rindow/rindow-transaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction manager

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.