You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by GitBox <gi...@apache.org> on 2019/04/23 06:57:00 UTC

[GitHub] [cayenne] stariy95 opened a new pull request #377: CAY-2571 flush action redesign

stariy95 opened a new pull request #377: CAY-2571 flush action redesign
URL: https://github.com/apache/cayenne/pull/377
 
 
   This PR changes implementation of `DataDomainFlushAction`.
   It introduces new API `o.a.c.flush.operation.*` to describe and manage operations at DB row level rather than at object. Plus it enables great flush action extensibility: you can modify every step (operation sorting, query generation, query execution, etc.) in a flush pipeline.
   
   It is possible to inject `LegacyDataDomainFlushActionFactory` to use old flush action implementation.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services