Regarding lookup sequence of ViewObject's(EO Backed) executeQuery() when View Criteria are applied.
Use Case:
- All new rows on DB tables get created directly on the DB by Collections.No update/insertion of DB data happens via ADF.
- View Criteria are created such that both In-Memory Cache & DB contents are considered. The intention is to read-in those new rows on DB into the EO Cache on a need basis.
Question:
So, would this mean that entries which are already in the Memory(EOCache) will not be fetched again from DB.
In Other words, while the Query Execution Modes of View Criteria (DB, Memory & Both) specify the scope of query, they do not indicate on the sequence of lookup or about already fetched rows.