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

上一篇:EventBus in SAP UI5 and Kyma


下一篇:SAP云平台里两种类型的WebIDE