JdbcMapper/common/src/main/java/com/moparisthebest/jdbc
Travis Burtrum 83fdc67e4a Add AutoCloseableUtil.java for java8+ 2020-08-31 21:48:55 -04:00
..
cache Make FunctionSupplier a FunctionalInterface 2019-07-26 00:56:37 -04:00
codegen Change default JdbcMapper.beanSuffix 2019-07-11 00:39:52 -04:00
util Add AutoCloseableUtil.java for java8+ 2020-08-31 21:48:55 -04:00
ArrayInList.java Move InList and PreparedStatementUtil up to common, add support for custom sql/runtime bind in JdbcMapper 2019-02-07 01:09:15 -05:00
BindInList.java Move InList and PreparedStatementUtil up to common, add support for custom sql/runtime bind in JdbcMapper 2019-02-07 01:09:15 -05:00
Cleaner.java Implement Cleaner interface support in JdbcMapper, relax Cleaner interface 2017-06-07 21:29:28 -04:00
Factory.java First go at QueryRunner and Factory<Connection> arg for QueryMapper 2017-07-01 02:07:04 -04:00
Finishable.java Split into modules 2017-05-28 18:01:00 -04:00
InList.java Make sure EnsureContext is called before defaultInList is set up 2019-07-02 09:44:27 -04:00
OptimalInList.java Move InList and PreparedStatementUtil up to common, add support for custom sql/runtime bind in JdbcMapper 2019-02-07 01:09:15 -05:00
OracleArrayInList.java Move InList and PreparedStatementUtil up to common, add support for custom sql/runtime bind in JdbcMapper 2019-02-07 01:09:15 -05:00
QueryRunner.java Support @RunInTransaction for methods returning void 2019-07-21 00:35:09 -04:00
SingletonCloseable.java Add SingletonCloseable.java and many tests for it 2019-07-20 22:01:09 -04:00
TryClose.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
UnNestArrayInList.java Move InList and PreparedStatementUtil up to common, add support for custom sql/runtime bind in JdbcMapper 2019-02-07 01:09:15 -05:00
WrappingCloseable.java Add SingletonCloseable.java and many tests for it 2019-07-20 22:01:09 -04:00