griffon-plugins / griffon-mybatis-plugin

Griffon MyBatis Plugin
http://griffon-framework.org/
Apache License 2.0
1 stars 1 forks source link

With griffon 2x #5

Open swalton00 opened 12 months ago

swalton00 commented 12 months ago

Added the ability to use transactions and documented how to use those transactions with the plugin. I used version 2.2.1-SNAPSHOT and pushed it my local maven repository. It works well there and I have verified that changes made within a transaction are either committed or rolled back. I have only tested thus far with H2 but I see no reason why it would not work with other DBMS's that Mybatis works with (the the locking behavior would vary).