summaryrefslogtreecommitdiff
path: root/container-compiler-plugin/src/main/java/io/trygvis/persistence/TypeHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* o Moving code out to separate generators.Trygve Laugstøl2013-08-101-4/+4
| | | | o Creating SqlSession and SqlSessionFactory.
* wipTrygve Laugstøl2013-08-041-0/+44
| | | | o Adding support for enums. Will automatically use the name style, not ordinal.
* wipTrygve Laugstøl2013-08-041-47/+16
| | | | o Adding support for int and long types.
* wipTrygve Laugstøl2013-08-041-0/+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-041-21/+63
|
* wipTrygve Laugstøl2013-08-031-9/+31
|
* wipTrygve Laugstøl2013-08-031-9/+9
|
* wipTrygve Laugstøl2013-08-031-0/+22
|
* wipTrygve Laugstøl2013-08-031-0/+7
|
* wipTrygve Laugstøl2013-08-031-0/+26