Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Dropping the Sequences class. Moving more stuff into SqlUnit to make it ↵HEADmaster | Trygve Laugstøl | 2013-08-19 | 2 | -1/+5 |
| | | | | | | 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øl | 2013-08-11 | 8 | -8/+54 |
| | | | | @MappedSuperclass. | ||||
* | wip | Trygve Laugstøl | 2013-08-07 | 1 | -1/+1 |
| | | | | o Start of JPA implementation. | ||||
* | wip | Trygve Laugstøl | 2013-08-04 | 1 | -1/+8 |
| | | | | o Adding support for enums. Will automatically use the name style, not ordinal. | ||||
* | wip | Trygve Laugstøl | 2013-08-04 | 1 | -1/+4 |
| | | | | o Adding support for int and long types. | ||||
* | wip | Trygve Laugstøl | 2013-08-04 | 2 | -3/+21 |
| | | | | | | | 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. | ||||
* | wip | Trygve Laugstøl | 2013-08-04 | 2 | -0/+35 |
| | |||||
* | wip | Trygve Laugstøl | 2013-08-04 | 2 | -1/+4 |
| | |||||
* | wip | Trygve Laugstøl | 2013-08-03 | 1 | -3/+6 |
| | |||||
* | wip | Trygve Laugstøl | 2013-08-03 | 1 | -1/+1 |
| | |||||
* | wip | Trygve Laugstøl | 2013-08-03 | 3 | -0/+38 |