mirror of
https://github.com/apache/openjpa.git
synced 2025-02-19 08:29:53 +00:00
Quite a lot databases force a commit on DDL changes. For sequences we try to run an ALTER SEQUENCE to make the sequence reflect the allocationSize. Doing this will commit all outstanding open DB changes in Oracle and a few other databases. We now open a new connection.