summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/persistence/EntityMirror.java
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-191-2/+17
| | | | | | 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-15/+42
| | | | @MappedSuperclass.
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-101-7/+2
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-308/+1
| | | | o Creating SqlSession and SqlSessionFactory.
* wipTrygve Laugstøl2013-08-071-18/+57
| | | | o Start of JPA implementation.
* wipTrygve Laugstøl2013-08-041-23/+23
| | | | o Fixing bugs.
* wipTrygve Laugstøl2013-08-041-4/+7
| | | | | | | 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-14/+46
|
* wipTrygve Laugstøl2013-08-041-22/+31
|
* wipTrygve Laugstøl2013-08-041-38/+65
|
* wipTrygve Laugstøl2013-08-031-21/+83
|
* wipTrygve Laugstøl2013-08-031-13/+118
|
* wipTrygve Laugstøl2013-08-031-8/+41
|
* wipTrygve Laugstøl2013-08-031-1/+1
|
* wipTrygve Laugstøl2013-08-031-3/+6
|
* wipTrygve Laugstøl2013-08-031-0/+65