summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmasterTrygve Laugstøl2013-08-1925-171/+322
| | | | | | 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-1122-142/+349
| | | | @MappedSuperclass.
* o Fixing a couple of test failures.Trygve Laugstøl2013-08-113-15/+17
|
* o Making insertInto actually insert references.Trygve Laugstøl2013-08-112-4/+10
|
* o Getting selectById() to work with references.Trygve Laugstøl2013-08-104-15/+50
|
* o Start of loading referenced (singular) entities.Trygve Laugstøl2013-08-1017-224/+321
|
* o Moving code out to separate generators.Trygve Laugstøl2013-08-1015-456/+870
| | | | o Creating SqlSession and SqlSessionFactory.
* Nits.Trygve Laugstøl2013-08-104-6/+29
|
* o Making a bit more usable.Trygve Laugstøl2013-08-104-16/+30
|
* wipTrygve Laugstøl2013-08-0732-156/+1705
| | | | o Start of JPA implementation.
* wipTrygve Laugstøl2013-08-046-103/+245
| | | | o Fixing bugs.
* wipTrygve Laugstøl2013-08-044-13/+66
| | | | o Adding support for enums. Will automatically use the name style, not ordinal.
* wipTrygve Laugstøl2013-08-045-53/+34
| | | | o Adding support for int and long types.
* wipTrygve Laugstøl2013-08-0412-53/+210
| | | | | | | 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-0413-130/+380
|
* wipTrygve Laugstøl2013-08-0413-94/+278
|
* wipTrygve Laugstøl2013-08-049-149/+310
|
* wipTrygve Laugstøl2013-08-0322-175/+680
|
* wipTrygve Laugstøl2013-08-0316-86/+316
|
* wipTrygve Laugstøl2013-08-0313-112/+295
|
* wipTrygve Laugstøl2013-08-0314-53/+150
|
* wipTrygve Laugstøl2013-08-0319-69/+282
|
* wipTrygve Laugstøl2013-08-0318-139/+420
|
* wipTrygve Laugstøl2013-08-0215-84/+504
|
* wipTrygve Laugstøl2013-08-023-41/+24
|
* wipTrygve Laugstøl2013-08-026-198/+279
|
* o Initial import.Trygve Laugstøl2013-08-021-0/+4
|
* o Initial import.Trygve Laugstøl2013-08-0118-0/+945