Commit Graph

25 Commits

Author SHA1 Message Date
Travis Burtrum e3d7bfb432 Add JdbcMapperControl.java to make legacy JdbcControl classes easier to convert 2019-07-12 12:33:33 -04:00
Travis Burtrum 3db3172d5f Add CloseableControlImpl, useable with JdbcMapper classes/interfaces 2019-07-11 00:31:00 -04:00
Travis Burtrum 2ea7dd2b83 Update NewDefaultObjectResultSetMapper for new toType signature from upstream 2018-05-11 11:14:27 -04:00
Travis Burtrum 31b1a8b064 Pull in correct querymapper dependency based on java version 2018-03-26 12:39:58 -04:00
Travis Burtrum f3dab94704 NewDefaultObjectResultSetMapper now calls new toType method 2017-06-29 08:53:02 -04:00
Travis Burtrum 327b0b2760 Depend on jdk16 classifier of jdbcmapper 2017-06-14 17:31:27 -04:00
Travis Burtrum c245f2173a Fork beehive-jdbc-mapper to com.moparisthebest.jdbcmapper:querymapper 2017-06-06 12:41:00 -04:00
Travis Burtrum 8ac701ea4a Fix NewDefaultObjectResultSetMapper 2017-04-20 14:53:43 -04:00
Travis Burtrum 1850272d64 [maven-release-plugin] prepare for next development iteration 2015-08-27 15:54:42 -04:00
Travis Burtrum 98bcef3dbb [maven-release-plugin] prepare release beehive-1.0.4 2015-08-27 15:54:41 -04:00
Travis Burtrum bd02ce8372 [maven-release-plugin] prepare for next development iteration 2015-03-16 15:03:27 -04:00
Travis Burtrum c3b84adc3e [maven-release-plugin] prepare release beehive-1.0.3 2015-03-16 15:03:27 -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 355ef02abd [maven-release-plugin] prepare for next development iteration 2014-04-22 08:45:21 -04:00
moparisthebest 225e7b4de0 [maven-release-plugin] prepare release beehive-1.0.2 2014-04-22 08:45:15 -04:00
moparisthebest c050957b1e Fix beehive-jdbc-control, exclude *.java from jars (placed there by annotation processors) 2014-04-21 15:26:05 -04:00
moparisthebest 2471981dbc re-structure into standard maven layout 2014-04-21 14:36:57 -04:00
moparisthebest 069b5b965b Update poms to new com.moparisthebest.beehive groupId, bump version of aptIn16 used to 0.2 2014-04-21 11:01:33 -04:00
moparisthebest 451feb0199 Add maven pom files to build as actual maven projects with all dependencies only from maven central repo 2014-04-21 09:14:11 -04:00