JdbcMapper/jdbcmapper/src/main/java/com/moparisthebest/jdbc/codegen
Travis Burtrum 50ebcc84cb Begin to refactor tests into single test module 2018-03-15 00:57:57 -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 More enum support 2018-03-09 00:09:01 -05:00
CompileTimeRowToObjectMapper.java Call com.moparisthebest.jdbc.Finishable.finish(ResultSet) in more cases as appropriate 2018-01-15 14:46:13 -05:00
JdbcMapperProcessor.java Begin to refactor tests into single test module 2018-03-15 00:57:57 -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 Remove Blob and Clob annotations in favor of SQL bind syntax 2018-03-14 02:25:11 -04:00