This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git.
from 4a724b8 Refactor cgen UI code add a1019c8 CAY-2650 Support using generated primary keys along with batch inserts add 57332e8 CAY-2650 Support using generated primary keys along with batch inserts new ae0aaad Rebuild new 7d3b34d Rebuild new 3451da7 CAY-2650 Support using generated primary keys along with batch inserts cleanup new 9dacc77 Merge branch 'pull/413' into asf-master new 7067c43 CAY-2650 Support using generated primary keys along with batch inserts cleanup The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: RELEASE-NOTES.txt | 1 + .../cayenne/access/DataDomainFlushObserver.java | 91 +++++++++++----------- .../access/DataDomainLegacyQueryAction.java | 4 +- .../cayenne/access/DataDomainQueryAction.java | 2 +- .../apache/cayenne/access/DataNodeQueryAction.java | 4 +- .../apache/cayenne/access/OperationObserver.java | 16 +++- .../apache/cayenne/access/flush/FlushObserver.java | 87 +++++++++++---------- .../apache/cayenne/access/jdbc/BatchAction.java | 62 ++++++++++----- .../access/util/DefaultOperationObserver.java | 2 +- .../access/util/DoNothingOperationObserver.java | 2 +- .../java/org/apache/cayenne/dba/DbAdapter.java | 7 ++ .../org/apache/cayenne/dba/JdbcPkGenerator.java | 2 +- .../org/apache/cayenne/dba/derby/DerbyAdapter.java | 8 ++ .../cayenne/dba/sqlserver/SQLServerAdapter.java | 8 ++ .../dba/sqlserver/SQLServerProcedureAction.java | 4 +- .../cayenne/access/MockOperationObserver.java | 2 +- .../access/jdbc/BatchActionGeneratedIT.java | 4 +- 17 files changed, 181 insertions(+), 125 deletions(-)