Commit Graph

14 Commits

Author SHA1 Message Date
Travis Burtrum 3675ae0f73 Fix compilation for 1.6 2017-11-10 00:26:55 -05:00
Travis Burtrum a22e8d6d58 Print proper errors with links to methods instead of throwing exceptions 2017-11-08 23:31:28 -05:00
Travis Burtrum f58e107ff5 Look at all implemented classes for methods+fields in JdbcMapperProcessor 2017-11-08 23:21:40 -05:00
Travis Burtrum 9829e98ae0 Add support for @SingleRow in JdbcMapper 2017-10-23 00:34:37 -04:00
Travis Burtrum 6fef6f284f in JdbcMapper, return byte[] as ResultSet.getBytes() and not as an array of the columns 2017-07-12 22:34:51 -04:00
Travis Burtrum 68c1c0482e Clarify jdk8 bug comment 2017-06-19 23:50:59 -04:00
Travis Burtrum df2ccda9fa Add constructor calling for jdbcmapper and discover bug in javac 1.8 with -parameters option 2017-06-19 22:37:44 -04:00
Travis Burtrum 46686e5b05 Allow JdbcMapper to use reflection for non-public fields optionally 2017-06-19 00:34:23 -04:00
Travis Burtrum 6fe563f25a Re-factor TypeMappingsFactory with proper support for Enums 2017-06-13 21:42:32 -04:00
Travis Burtrum 099d88c26d Enable java 8 lambda for ResultSetIterable when compiling for 8+ 2017-06-12 19:24:04 -04:00
Travis Burtrum 85e0d868fe Compile differently based on Calendar object existence 2017-06-07 20:30:58 -04:00
Travis Burtrum 8e125d8e68 Clean up random todos 2017-06-07 19:15:00 -04:00
Travis Burtrum 6897043392 Fix compilation with java 6 2017-06-07 03:00:29 -04:00
Travis Burtrum 783b51b810 Migrate JdbcMapperProcessor away from using reflection and Class objects all together... 2017-06-07 02:43:46 -04:00