summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/test/java/io/trygvis/container/compiler/ProcessorTest.java
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-191-3/+2
| | | | | | 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-19/+52
| | | | @MappedSuperclass.
* o Fixing a couple of test failures.Trygve Laugstøl2013-08-111-3/+5
|
* wipTrygve Laugstøl2013-08-071-1/+2
| | | | o Start of JPA implementation.
* wipTrygve Laugstøl2013-08-041-2/+3
| | | | o Adding support for int and long types.
* wipTrygve Laugstøl2013-08-041-1/+2
| | | | | | | 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-5/+8
|
* wipTrygve Laugstøl2013-08-041-0/+1
|
* wipTrygve Laugstøl2013-08-031-10/+16
|
* wipTrygve Laugstøl2013-08-031-8/+24
|
* wipTrygve Laugstøl2013-08-031-32/+3
|
* wipTrygve Laugstøl2013-08-021-0/+83