Skip to content

Instantly share code, notes, and snippets.

View christianpoitras's full-sized avatar

Christian Poitras christianpoitras

View GitHub Profile
From abbdb24237d8e6cd1a76f8d729f4c3ab4be04dfe Mon Sep 17 00:00:00 2001
From: Aleksey Sushko <alexey.l.sushko@gmail.com>
Date: Mon, 9 Mar 2015 22:05:49 +0300
Subject: [PATCH 1/6] Add Tx Transaction interceptor #29
---
pom.xml | 47 ++-
.../org/mybatis/guice/AbstractMyBatisModule.java | 23 +-
.../java/org/mybatis/guice/MyBatisJtaModule.java | 86 +++++
.../guice/transactional/TransactionAttribute.java | 171 ++++++++++