天天看點

SAP UI5 Repository and MongoDB Repository

UI5 Repository

從本地通過Eclipse team provider上傳到ABAP gateway system的UI5應用,都會自動生成一個UI5RepositoryPathMapping.xml檔案,裡面記錄的是debug version的腳本檔案名稱和路徑的映射關系。

SAP UI5 Repository and MongoDB Repository

manipulation utility:/UI5/CL_UI5_REP_PATH_MAPPER

MongoDB repository in SpringBoot

和ADBC與JDBC不同,通過MongoDB repository通路MongoDB資料庫并不會在代碼中出現用字元串拼接的SQL語句:

SAP UI5 Repository and MongoDB Repository

例如findByName的定義:

SAP UI5 Repository and MongoDB Repository

findByName的實作:

SAP UI5 Repository and MongoDB Repository