summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/test
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-194-17/+25
| | | | | | 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-1111-32/+111
| | | | @MappedSuperclass.
* o Fixing a couple of test failures.Trygve Laugstøl2013-08-112-10/+12
|
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-101-36/+43
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-8/+16
| | | | o Creating SqlSession and SqlSessionFactory.
* wipTrygve Laugstøl2013-08-074-5/+7
| | | | o Start of JPA implementation.
* wipTrygve Laugstøl2013-08-041-1/+8
| | | | o Adding support for enums. Will automatically use the name style, not ordinal.
* wipTrygve Laugstøl2013-08-042-3/+7
| | | | o Adding support for int and long types.
* wipTrygve Laugstøl2013-08-044-6/+32
| | | | | | | 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-044-34/+159
|
* wipTrygve Laugstøl2013-08-044-13/+16
|
* wipTrygve Laugstøl2013-08-041-2/+64
|
* wipTrygve Laugstøl2013-08-032-3/+25
|
* wipTrygve Laugstøl2013-08-034-20/+49
|
* wipTrygve Laugstøl2013-08-032-0/+52
|
* wipTrygve Laugstøl2013-08-037-14/+67
|
* wipTrygve Laugstøl2013-08-035-44/+58
|
* wipTrygve Laugstøl2013-08-025-0/+216