【精品文档】556关于计算机专业的毕业设计论文英文英语外文文献翻译成品资料:使用JPA2在Spring中进行数据访问(中英文双语对照)
-
资源ID:1470517
资源大小:1.32MB
全文页数:24页
- 资源格式: DOCX
下载积分:299金币
快捷下载

账号登录下载
三方登录下载:
友情提示
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
|
【精品文档】556关于计算机专业的毕业设计论文英文英语外文文献翻译成品资料:使用JPA2在Spring中进行数据访问(中英文双语对照)
1、本文是中英对照毕业设计论文外文文献翻译 下载后直接可用 省去你查找文献 pdf 整理成 word 以及翻译的时间 一辈子也就一次的事 文献引用作者出处信息 Iuliana Cosmina Rob Harrop Chris Schaefer Clarence Ho Pro Spring 5 An In Depth Guide to the Spring Framework and Its Tools 2020 如觉得年份太老 可改为近 2 年 毕竟很多毕业生都这样 做 英文 4207 单词 26582 字符 字符就是印刷符 中文 6682 汉字 如果字数多 了 可自行删减 大多数学校都是要求选取
2、外文的一部分内容进行翻译的 Data Access in Spring with JPA2 In the previous chapter we discussed how to use Hibernate with Spring when implementing data access logic with the ORM approach We demonstrated how to configure Hibernate s SessionFactory in Spring s configuration and how to use the Session interface for
3、 various data access operations However that is just one way Hibernate can be used Another way of adopting Hibernate in a Spring application is to use Hibernate as a persistence provider of the standard Java Persistence API JPA Hibernate s POJO mapping and its powerful query language HQL have gained
4、 great success and also influenced the development of data access technology standards in the Java world After Hibernate the JCP developed the Java Data Objects JDO standard and then JPA At the time of this writing JPA has reached version 2 1 and provides concepts that were standardized such as PersistenceContext EntityManager and the Java Persistence Query Language JPQL These standardizations provide a way for developers to switch between JPA persistence providers such as Hibernate EclipseLink