summaryrefslogtreecommitdiff
path: root/sql-persistence/src/main/java/io/trygvis/persistence/sql/SqlSessionFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-191-0/+4
| | | | | | easier available in a generic form. o Fixing the complicated cases where the generation got confused with both setter and constructor injection.
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-0/+23
o Creating SqlSession and SqlSessionFactory.