|
8400ed3d00
|
QueryRunner.runRetry and runRetryFuture methods
|
2017-07-02 01:35:59 -04:00 |
|
|
a22109f31c
|
First go at QueryRunner and Factory<Connection> arg for QueryMapper
|
2017-07-01 02:07:04 -04:00 |
|
|
46686e5b05
|
Allow JdbcMapper to use reflection for non-public fields optionally
|
2017-06-19 00:34:23 -04:00 |
|
|
115a62293e
|
Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally
|
2017-06-18 21:58:55 -04:00 |
|
|
fe2a6eec22
|
Support for java.time api classes
|
2017-06-13 22:56:00 -04:00 |
|
|
280e11b713
|
Implement toStream() in querymapper
|
2017-06-12 22:57:43 -04:00 |
|
|
d74c272e73
|
Add ResultSetIterable support to querymapper
|
2017-06-08 23:02:12 -04:00 |
|
|
e28c1fef14
|
Add support for maxRows in the annotation and sent in dynamically
|
2017-06-08 00:09:00 -04:00 |
|
|
d0d362c58c
|
Implement Cleaner interface support in JdbcMapper, relax Cleaner interface
|
2017-06-07 21:29:28 -04:00 |
|
|
85e0d868fe
|
Compile differently based on Calendar object existence
|
2017-06-07 20:30:58 -04:00 |
|
|
f028853c15
|
Set in list type names in a smarter fashion
|
2017-06-02 01:59:17 -04:00 |
|
|
8d9a01766f
|
Implement in lists for Oracle and standard SQL in JdbcMapper
|
2017-06-02 00:39:03 -04:00 |
|
|
2162e35456
|
Add support for binding Blob, Clob, java.sql.Array to PreparedStatement in JdbcMapper
|
2017-05-29 18:26:11 -04:00 |
|
|
2f19f2ad46
|
Remove requirement for @JdbcMapper.Mapper to implement JdbcMapper, logic around requiring close() method or not
|
2017-05-28 23:38:10 -04:00 |
|
|
849a85f1be
|
Split into modules
|
2017-05-28 18:01:00 -04:00 |
|