美文网首页SAPSAP 修行
SAP UI5 Repository and MongoDB R

SAP UI5 Repository and MongoDB R

作者: 华山令狐冲 | 来源:发表于2020-03-01 21:46 被阅读0次

UI5 Repository

从本地通过Eclipse team provider上传到ABAP gateway system的UI5应用,都会自动生成一个UI5RepositoryPathMapping.xml文件,里面记录的是debug version的脚本文件名称和路径的映射关系。

manipulation utility:/UI5/CL_UI5_REP_PATH_MAPPER

MongoDB repository in SpringBoot

和ADBC与JDBC不同,通过MongoDB repository访问MongoDB数据库并不会在代码中出现用字符串拼接的SQL语句:

例如findByName的定义:

findByName的实现:

要获取更多Jerry的原创文章,请关注公众号"汪子熙":


相关文章

网友评论

    本文标题:SAP UI5 Repository and MongoDB R

    本文链接:https://www.haomeiwen.com/subject/ytvlkhtx.html