CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 xml/soap/webservice

文件名称:PersistencePaysoffsAdvancedMappingwithJPA

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    2.71mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

JPA高级篇,2个子目录包含原文中相关章节所有源码,每个子目录包含一个build.xml文件,一个src目录包含源码和persistence.xml文件。-This code illustrates the second article about JPA. You will find 2 sub-directories that contain the code

that changes throughout the article.

In each sub-directory you will find :

* a build.xml file that contains the ant tasks to run the test,

* src directory for the Java source and the persistence.xml file

* test directory for the JUnit 4.1 test classes



6-Single Table

--------------

As an example you will find just the code of the inheritance mapped using the single table strategy.





7-Joined with many relationship

-------------------------------

Code of the article with the Joind strategy inheritance and the many-to-many relationship.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

.svn/
.svn/prop-base/
.svn/props/
.svn/text-base/
.svn/tmp/
.svn/tmp/prop-base/
.svn/tmp/props/
.svn/tmp/text-base/
6-Single Table/
6-Single Table/.svn/
6-Single Table/.svn/prop-base/
6-Single Table/.svn/props/
6-Single Table/.svn/text-base/
6-Single Table/.svn/tmp/
6-Single Table/.svn/tmp/prop-base/
6-Single Table/.svn/tmp/props/
6-Single Table/.svn/tmp/text-base/
6-Single Table/6-Single Table.iml
6-Single Table/build.xml
6-Single Table/create.sql
6-Single Table/drop.sql
6-Single Table/src/
6-Single Table/src/.svn/
6-Single Table/src/.svn/prop-base/
6-Single Table/src/.svn/props/
6-Single Table/src/.svn/text-base/
6-Single Table/src/.svn/tmp/
6-Single Table/src/.svn/tmp/prop-base/
6-Single Table/src/.svn/tmp/props/
6-Single Table/src/.svn/tmp/text-base/
6-Single Table/src/entity/
6-Single Table/src/entity/.svn/
6-Single Table/src/entity/.svn/prop-base/
6-Single Table/src/entity/.svn/props/
6-Single Table/src/entity/.svn/text-base/
6-Single Table/src/entity/.svn/tmp/
6-Single Table/src/entity/.svn/tmp/prop-base/
6-Single Table/src/entity/.svn/tmp/props/
6-Single Table/src/entity/.svn/tmp/text-base/
6-Single Table/src/entity/Company.java
6-Single Table/src/entity/Customer.java
6-Single Table/src/entity/Individual.java
6-Single Table/src/META-INF/
6-Single Table/src/META-INF/.svn/
6-Single Table/src/META-INF/.svn/prop-base/
6-Single Table/src/META-INF/.svn/props/
6-Single Table/src/META-INF/.svn/text-base/
6-Single Table/src/META-INF/.svn/tmp/
6-Single Table/src/META-INF/.svn/tmp/prop-base/
6-Single Table/src/META-INF/.svn/tmp/props/
6-Single Table/src/META-INF/.svn/tmp/text-base/
6-Single Table/src/META-INF/persistence.xml
6-Single Table/test/
6-Single Table/test/.svn/
6-Single Table/test/.svn/prop-base/
6-Single Table/test/.svn/props/
6-Single Table/test/.svn/text-base/
6-Single Table/test/.svn/tmp/
6-Single Table/test/.svn/tmp/prop-base/
6-Single Table/test/.svn/tmp/props/
6-Single Table/test/.svn/tmp/text-base/
6-Single Table/test/AllTests.java
6-Single Table/test/entity/
6-Single Table/test/entity/.svn/
6-Single Table/test/entity/.svn/prop-base/
6-Single Table/test/entity/.svn/props/
6-Single Table/test/entity/.svn/text-base/
6-Single Table/test/entity/.svn/tmp/
6-Single Table/test/entity/.svn/tmp/prop-base/
6-Single Table/test/entity/.svn/tmp/props/
6-Single Table/test/entity/.svn/tmp/text-base/
6-Single Table/test/entity/CompanyTest.java
6-Single Table/test/entity/CustomerTest.java
6-Single Table/test/entity/IndividualTest.java
7-Joined with many relationship/
7-Joined with many relationship/.svn/
7-Joined with many relationship/.svn/prop-base/
7-Joined with many relationship/.svn/props/
7-Joined with many relationship/.svn/text-base/
7-Joined with many relationship/.svn/tmp/
7-Joined with many relationship/.svn/tmp/prop-base/
7-Joined with many relationship/.svn/tmp/props/
7-Joined with many relationship/.svn/tmp/text-base/
7-Joined with many relationship/7-Joined with many relationship.iml
7-Joined with many relationship/build.xml
7-Joined with many relationship/src/
7-Joined with many relationship/src/.svn/
7-Joined with many relationship/src/.svn/prop-base/
7-Joined with many relationship/src/.svn/props/
7-Joined with many relationship/src/.svn/text-base/
7-Joined with many relationship/src/.svn/tmp/
7-Joined with many relationship/src/.svn/tmp/prop-base/
7-Joined with many relationship/src/.svn/tmp/props/
7-Joined with many relationship/src/.svn/tmp/text-base/
7-Joined with many relationship/src/entity/
7-Joined with many relationship/src/entity/.svn/
7-Joined with many relationship/src/entity/.svn/prop-base/
7-Joined with many relationship/src/entity/.svn/props/
7-Joined with many relationship/src/entity/.svn/text-base/
7-Joined with many relationship/src/entity/.svn/tmp/
7-Joined with many relationship/src/entity/.svn/tmp/prop-base/
7-Joined with many relationship/src/entity/.svn/tmp/props/
7-Joined with many relationship/src/entity/.svn/tmp/text-base/
7-Joined with many relationship/src/entity/Address.java
7-Joined with many relationship/src/entity/Company.java
7-Joined with many relationship/src/entity/Customer.java
7-Joined with many relationship/src/entity/Individual.java
7-Joined with many relationship/src/entity/Tag.java
7-Joined with many relationship/src/META-INF/
7-Joined with many relationship/src/META-INF/.svn/
7-Joined with many relationship/src/META-INF/.svn/prop-base/
7-Joined with many relationship/src/META-INF/.svn/props/
7-Joined with many relationship/src/META-INF/.svn/text-base/
7-Joined with many relationship/src/META-INF/.svn/tmp/
7-Joined with many relationship/src/META-INF/.svn/tmp/prop-base/
7-Joined with many relationship/src/META-INF/.svn/tmp/props/
7-Joined with many relationship/src/META-INF/.svn/tmp/text-base/
7-Joined with many relationship/src/META-INF/persistence.xml
7-Joined with many relationship/test/
7-Joined with many relationship/test/.svn/
7-Joined with many relationship/test/.svn/prop-base/
7-Joined with many relationship/test/.svn/props/
7-Joined with many relationship/test/.svn/text-base/
7-Joined with many relationship/test/.svn/tmp/
7-Joined with many relationship/test/

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com