Commit Graph

21 Commits

Author SHA1 Message Date
Travis Burtrum e7f191f54b Reuse variable 2019-01-10 23:09:17 -05:00
Travis Burtrum 2be8f073a4 Use correct variable name to work inside lambdas 2018-04-17 23:07:34 -04:00
Travis Burtrum f68fd749e3 Call super(Connection) if it exists, tweak cannot find Constructor error message 2018-03-17 00:42:22 -04:00
Travis Burtrum 1fa08bc74b Call com.moparisthebest.jdbc.Finishable.finish(ResultSet) in more cases as appropriate 2018-01-15 14:46:13 -05:00
Travis Burtrum 4c8c848a1f Fix jdbcmapper enums when being compiled in same run as generated code 2018-01-15 14:12:41 -05:00
Travis Burtrum 52dec09346 isSetter now recognizes Builder pattern, where this is returned instead of void 2018-01-15 13:24:53 -05:00
Travis Burtrum 6ba284e8c2 Setter methods now just have to start with 'set' not 'set[A-Z_]' 2018-01-15 12:54:59 -05:00
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