summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/container/compiler/EntityHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-191-36/+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-111-38/+91
| | | | @MappedSuperclass.
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-101-9/+17
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-98/+5
| | | | o Creating SqlSession and SqlSessionFactory.
* o Making a bit more usable.Trygve Laugstøl2013-08-101-2/+2
|
* wipTrygve Laugstøl2013-08-071-84/+99
| | | | 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-041-37/+96
| | | | | | | 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-19/+91
|
* wipTrygve Laugstøl2013-08-041-38/+102
|
* wipTrygve Laugstøl2013-08-041-8/+13
|
* wipTrygve Laugstøl2013-08-031-9/+29
|
* wipTrygve Laugstøl2013-08-031-28/+38
|
* wipTrygve Laugstøl2013-08-031-19/+17
|
* wipTrygve Laugstøl2013-08-031-20/+15
|
* wipTrygve Laugstøl2013-08-031-21/+90
|
* wipTrygve Laugstøl2013-08-031-23/+66
|
* wipTrygve Laugstøl2013-08-021-0/+83