JdbcMapper/jdbcmapper/src/main/java/com/moparisthebest/jdbc/codegen
Travis Burtrum 168186d43f Fix SQLChecker for bind in lists and Bindable sql params 2019-03-12 00:34:23 -04:00
..
spring Add SpringRepository and SpringScope annotations for generating JdbcMapper implementations with spring annotations 2018-10-23 01:22:29 -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 Reuse variable 2019-01-10 23:09:17 -05:00
JdbcMapperProcessor.java Fix SQLChecker for bind in lists and Bindable sql params 2019-03-12 00:34:23 -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 Fix SQLChecker for bind in lists and Bindable sql params 2019-03-12 00:34:23 -04:00
SimpleSQLParser.java Fix case of functions in select statement in SimpleSQLParser 2017-06-19 23:50:59 -04:00
SpecialVariableElement.java Fix SQLChecker for bind in lists and Bindable sql params 2019-03-12 00:34:23 -04:00