Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformat project with default IntelliJ settings | James Moger | 2016-04-05 | 1 | -626/+625 |
| | |||||
* | Do not register DataTypeAdapters by the target Java type | James Moger | 2015-05-11 | 1 | -12/+2 |
| | |||||
* | Use JavaType as the key for DataTypeAdapter registration | James Moger | 2015-04-16 | 1 | -2/+12 |
| | |||||
* | Move standard object deserialization into the dialect | James Moger | 2015-04-16 | 1 | -51/+5 |
| | |||||
* | Use ClassLoader of dao interface for proxy | Constantin Nickel | 2015-04-04 | 1 | -1/+1 |
| | |||||
* | Implement DAO externalized statement loading based on runtime Mode | James Moger | 2014-11-10 | 1 | -3/+10 |
| | |||||
* | Implement Dao proxy generation with annotated sql statement execution | James Moger | 2014-11-09 | 1 | -0/+792 |
This functionality is inspired by JDBI but is not based on it's implementation. |