summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/container/compiler/MyProcessor.java
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-191-2/+0
| | | | | | 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-11/+13
| | | | @MappedSuperclass.
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-101-4/+2
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-1/+7
| | | | o Creating SqlSession and SqlSessionFactory.
* wipTrygve Laugstøl2013-08-071-1/+9
| | | | o Start of JPA implementation.
* wipTrygve Laugstøl2013-08-041-1/+3
| | | | | | | 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-041-2/+8
|
* wipTrygve Laugstøl2013-08-031-4/+4
|
* wipTrygve Laugstøl2013-08-031-1/+7
|
* wipTrygve Laugstøl2013-08-031-1/+12
|
* wipTrygve Laugstøl2013-08-031-6/+21
|
* wipTrygve Laugstøl2013-08-031-26/+27
|
* wipTrygve Laugstøl2013-08-021-7/+24
|
* wipTrygve Laugstøl2013-08-021-5/+3
|
* wipTrygve Laugstøl2013-08-021-161/+1
|
* o Initial import.Trygve Laugstøl2013-08-011-0/+246