Commit Graph

12 Commits

Author SHA1 Message Date
3db3172d5f Add CloseableControlImpl, useable with JdbcMapper classes/interfaces 2019-07-11 00:31:00 -04:00
2ea7dd2b83 Update NewDefaultObjectResultSetMapper for new toType signature from upstream 2018-05-11 11:14:27 -04:00
f3dab94704 NewDefaultObjectResultSetMapper now calls new toType method 2017-06-29 08:53:02 -04:00
8ac701ea4a Fix NewDefaultObjectResultSetMapper 2017-04-20 14:53:43 -04:00
moparisthebest
1e7092c623 Remove check for valid arrayMaxLength value, now anything <= 0 just means unlimited 2014-09-10 11:59:03 -04:00
moparisthebest
4d574cb75f Change default arrayMaxLength for JdbcControls from 1024 to -1 (unlimited) 2014-09-10 11:45:50 -04:00
moparisthebest
01a6f53d59 Change default arrayMaxLength to unlimited when using ResultSetMapper/QueryMapper directly 2014-08-28 13:06:29 -04:00
moparisthebest
2694436119 The original ResultSetMapper returned a case-insensitive HashMap for each row, add support for that again... 2014-05-15 15:56:06 -04:00
moparisthebest
05a2ddfe79 Swap out DefaultObjectResultSetMapper with NewDefaultObjectResultSetMapper in JdbcControlImpl 2014-04-22 16:03:32 -04:00
moparisthebest
d0e1e03756 First commit of beehive-jdbc-mapper, which has no dependencies, but which beehive-jdbc-control now depends on 2014-04-22 14:40:18 -04:00
moparisthebest
39338e999f Refactored ResultSetMapper to be an interface, old classes that used to extend it should now extend AbstractResultSetMapper 2014-04-22 14:14:03 -04:00
moparisthebest
2471981dbc re-structure into standard maven layout 2014-04-21 14:36:57 -04:00