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