summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/persistence/generators
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-195-60/+68
| | | | | | 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-114-43/+44
| | | | @MappedSuperclass.
* o Making insertInto actually insert references.Trygve Laugstøl2013-08-111-3/+3
|
* o Getting selectById() to work with references.Trygve Laugstøl2013-08-102-14/+35
|
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-104-124/+188
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-105-0/+721
| | | | o Creating SqlSession and SqlSessionFactory.
* Nits.Trygve Laugstøl2013-08-101-4/+4
|
* wipTrygve Laugstøl2013-08-073-0/+239
o Start of JPA implementation.