summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/container
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-192-38/+99
| | | | | | 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-116-52/+152
| | | | @MappedSuperclass.
* o Fixing a couple of test failures.Trygve Laugstøl2013-08-111-5/+5
|
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-104-13/+25
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-103-99/+17
| | | | o Creating SqlSession and SqlSessionFactory.
* Nits.Trygve Laugstøl2013-08-103-2/+25
|
* o Making a bit more usable.Trygve Laugstøl2013-08-102-3/+5
|
* wipTrygve Laugstøl2013-08-079-108/+228
| | | | o Start of JPA implementation.
* wipTrygve Laugstøl2013-08-041-5/+14
| | | | o Adding support for enums. Will automatically use the name style, not ordinal.
* wipTrygve Laugstøl2013-08-041-1/+6
| | | | o Adding support for int and long types.
* wipTrygve Laugstøl2013-08-043-40/+105
| | | | | | | 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-043-21/+116
|
* wipTrygve Laugstøl2013-08-045-59/+217
|
* wipTrygve Laugstøl2013-08-046-88/+118
|
* wipTrygve Laugstøl2013-08-0310-129/+264
|
* wipTrygve Laugstøl2013-08-036-29/+98
|
* wipTrygve Laugstøl2013-08-036-73/+111
|
* wipTrygve Laugstøl2013-08-034-22/+43
|
* wipTrygve Laugstøl2013-08-037-43/+199
|
* wipTrygve Laugstøl2013-08-035-95/+125
|
* wipTrygve Laugstøl2013-08-027-84/+248
|
* wipTrygve Laugstøl2013-08-023-41/+24
|
* wipTrygve Laugstøl2013-08-026-198/+279
|
* o Initial import.Trygve Laugstøl2013-08-021-0/+4
|
* o Initial import.Trygve Laugstøl2013-08-016-0/+544