How to refresh all (OData) bindings of a given SAPUI5 page?
问题 I have a bigger SAPUI5 application with multiple pages. If user navigates through all these pages, they will reside in memory of course. Now I have the problem that some of these pages have a complex context with several bindings to an ODataModel. That leads to the problem that a .refresh() call on the underlying ODataModel take some time. Because: all known bindings will be reloaded (also from pages not currently shown) Now I am searching for a better solution to refresh the ODataModel. The