summaryrefslogtreecommitdiff
path: root/myapp/src/main/java/io/trygvis/container/myapp/AddressBookDirect.java
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-191-8/+5
| | | | | | easier available in a generic form. o Fixing the complicated cases where the generation got confused with both setter and constructor injection.
* o Making insertInto actually insert references.Trygve Laugstøl2013-08-111-1/+7
|
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-101-7/+2
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-35/+34
| | | | o Creating SqlSession and SqlSessionFactory.
* wipTrygve Laugstøl2013-08-071-0/+237
o Start of JPA implementation.