JdbcMapper/jdbcmapper/src/main/java/com/moparisthebest/jdbc/codegen
Travis Burtrum 79625c08cd Fix java8+ diamond operator 2018-05-12 00:33:02 -04:00
..
AbstractSQLParser.java Add presto-sqlparser module for alternative SQLParser implementation (requires java 8+) 2017-05-28 22:14:30 -04:00
CompileTimeResultSetMapper.java Fix generated code causing warnings 2018-05-11 00:14:58 -04:00
CompileTimeRowToObjectMapper.java Use correct variable name to work inside lambdas 2018-04-17 23:07:34 -04:00
JdbcMapperProcessor.java Fix java8+ diamond operator 2018-05-12 00:33:02 -04:00
ManualSQLParser.java Allow to manually specify columnNames and isSelect for unparseable SQL queries in jdbcmapper 2017-08-04 13:55:05 -04:00
ReflectionFields.java Allow JdbcMapper to use reflection for non-public fields optionally 2017-06-19 00:34:23 -04:00
SQLChecker.java Implement optional compile-time SQL checking with explain plan 2018-03-06 01:04:44 -05:00
SimpleSQLChecker.java Remove Blob and Clob annotations in favor of SQL bind syntax 2018-03-14 02:25:11 -04:00
SimpleSQLParser.java Fix case of functions in select statement in SimpleSQLParser 2017-06-19 23:50:59 -04:00
SpecialVariableElement.java Re-work IN LIST support in JdbcMapper to re-use created arrays, and free them after use 2018-05-12 00:30:57 -04:00