文件名称: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.
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/
.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/
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.