JdbcMapper/querymapper/src/main/java/com/moparisthebest/jdbc
Travis Burtrum 81b91d43e8 Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
..
util Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally 2017-06-18 21:58:55 -04:00
AbstractRowMapper.java Add ResultSetIterable support to querymapper 2017-06-08 23:02:12 -04:00
ArrayInList.java Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
BindInList.java Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
CachingQueryMapper.java First go at QueryRunner and Factory<Connection> arg for QueryMapper 2017-07-01 02:07:04 -04:00
CachingResultSetMapper.java Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally 2017-06-18 21:58:55 -04:00
CachingRowToObjectMapper.java Add constructor calling for querymapper in java8+ only for now 2017-06-19 21:08:22 -04:00
CaseInsensitiveMapResultSetMapper.java Fork from beehive 2017-05-28 00:29:58 -04:00
CleaningCachingResultSetMapper.java Fork from beehive 2017-05-28 00:29:58 -04:00
CleaningCompilingResultSetMapper.java Allow JdbcMapper to use reflection for non-public fields optionally 2017-06-19 00:34:23 -04:00
CleaningResultSetMapper.java Fork from beehive 2017-05-28 00:29:58 -04:00
CleaningRowToObjectMapper.java Add ResultSetIterable support to querymapper 2017-06-08 23:02:12 -04:00
CompilingResultSetMapper.java Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally 2017-06-18 21:58:55 -04:00
CompilingRowToObjectMapper.java Fix rest of Enum issues 2018-01-15 11:56:06 -05:00
InList.java Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
ListQueryMapper.java Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
MapperException.java Fork from beehive 2017-05-28 00:29:58 -04:00
NullQueryMapper.java First go at QueryRunner and Factory<Connection> arg for QueryMapper 2017-07-01 02:07:04 -04:00
OracleArrayInList.java Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
QueryMapper.java Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
ReflectionAccessibleObject.java Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally 2017-06-18 21:58:55 -04:00
ResultSetMapper.java Implement toArrayMap for toType 2018-05-10 23:27:32 -04:00
RowMapper.java Add ResultSetIterable support to querymapper 2017-06-08 23:02:12 -04:00
RowMapperProvider.java Fork from beehive 2017-05-28 00:29:58 -04:00
RowToObjectMapper.java Call super(Connection) if it exists, tweak cannot find Constructor error message 2018-03-17 00:42:22 -04:00
SQLExceptionColumnNum.java Fork from beehive 2017-05-28 00:29:58 -04:00
StatementClosingResultSet.java Fork from beehive 2017-05-28 00:29:58 -04:00
StaticCachingResultSetMapper.java Fork from beehive 2017-05-28 00:29:58 -04:00
StaticCompilingResultSetMapper.java Allow CompilingRowToObjectMapper to use reflection for non-public fields optionally 2017-06-18 21:58:55 -04:00
TypeMappingsFactory.java Support for java.time api classes 2017-06-13 22:56:00 -04:00
TypeReference.java Fix non-generic array TypeReference for java 6 2018-05-11 01:02:52 -04:00
UnNestArrayInList.java Add ListQueryMapper.notInList() and tests 2018-05-22 23:09:57 -04:00
UpdateableDTO.java Fork from beehive 2017-05-28 00:29:58 -04:00