blaze-persistence
blaze-persistence copied to clipboard
Implement batching API for Collection DML operations and integrate into updatable entity views
The Collection DML API already allows to reuse a query to reduce the amount of work needed to be done, but ideally, we would offer a way to make use of JDBC batching if available. This will improve performance even further!