summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/persistence/generators/DaoGenerator.java
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-191-8/+12
| | | | | | easier available in a generic form. o Fixing the complicated cases where the generation got confused with both setter and constructor injection.
* o Overhauling inheritance, adding a decent start of support for ↵Trygve Laugstøl2013-08-111-30/+19
| | | | @MappedSuperclass.
* o Getting selectById() to work with references.Trygve Laugstøl2013-08-101-11/+32
|
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-101-26/+130
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-0/+214
o Creating SqlSession and SqlSessionFactory.