summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/persistence
Commit message (Collapse)AuthorAgeFilesLines
* 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-106-139/+206
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-107-312/+726
| | | | o Creating SqlSession and SqlSessionFactory.
* Nits.Trygve Laugstøl2013-08-101-4/+4
|
* wipTrygve Laugstøl2013-08-075-18/+297
| | | | o Start of JPA implementation.
* wipTrygve Laugstøl2013-08-042-23/+42
| | | | o Fixing bugs.
* wipTrygve Laugstøl2013-08-042-7/+44
| | | | o Adding support for enums. Will automatically use the name style, not ordinal.
* wipTrygve Laugstøl2013-08-042-49/+21
| | | | o Adding support for int and long types.
* wipTrygve Laugstøl2013-08-044-6/+69
| | | | | | | o Adding Joda time's DateTime and UUID. o Registering @SequenceGenerator's on fields and getters. o Skipping static methods. o Generating SQL to drop sequences.
* wipTrygve Laugstøl2013-08-042-54/+68
|
* wipTrygve Laugstøl2013-08-042-22/+40
|
* wipTrygve Laugstøl2013-08-042-59/+128
|
* wipTrygve Laugstøl2013-08-032-30/+114
|
* wipTrygve Laugstøl2013-08-034-31/+142
|
* wipTrygve Laugstøl2013-08-034-34/+90
|
* wipTrygve Laugstøl2013-08-033-4/+13
|
* wipTrygve Laugstøl2013-08-034-8/+16
|
* wipTrygve Laugstøl2013-08-035-0/+212