Skip to content

Commit

Permalink
#7 Tried to implement version for sql2o, but it does not support spri…
Browse files Browse the repository at this point in the history
…ng transactions -> just mentioned that in README
  • Loading branch information
bretislav.wajtr committed Dec 1, 2016
1 parent f53cafc commit 49a4c99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ With that conditions in respect, following frameworks were compared:
I tried to find optimal (== most readable) implementation in every framework, but comments are welcomed! There are lot of comments in the code explaining why I chose such implementation and some FIXMEs on places which I do not like, but which cannot be implemented differently or which I have troubles to improve...

Furthermore, I considered (and tried to implement) even following frameworks, but it turned out they do not meet the conditions:
* [Speedment](https://github.com/speedment/speedment) - hides SQL language too much and tries to replace with stream operations; not all scenarios can be implemented in it; as of 11/30/2016 and version 3.0.1 the documentation on GitHub is very weak
* [Speedment](https://github.com/speedment/speedment) - hides SQL language too much and tries to replace with stream operations; not all scenarios can be implemented in it; as of 11/30/2016 and version 3.0.1 the documentation on GitHub is very weak
* [sql2o](http://www.sql2o.org/) - it does not support Spring transaction management at all (tested version 1.6.0-RC3), that's a show stopper - tracking this in [Issue #7](https://github.com/bwajtr/java-persistence-frameworks-comparison/issues/7)

## Scenarios implemented

Expand Down

0 comments on commit 49a4c99

Please sign in to comment.