GitHub user jakubneubauer opened a pull request:
https://github.com/apache/metamodel/pull/190
Added cache for prepared statements in JdbcUpdateCallback
Closes METAMODEL-1199
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jakubneubauer/metamodel
feature/METAMODEL-1199-jdbc-prepared-statements-cache
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/190.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #190
----
commit fe9fd8604c8059e57539822f30eb05e8296ad37f
Author: Jakub Neubauer <jakub.neubauer@...>
Date: 2018-10-03T13:04:53Z
METAMODEL-1199 Added cache for prepared statements in JdbcUpdateCallback.
Size can be tweaked via system property.
----
---