文件名称:OneToManySquall
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 23kb
- 下载次数:
- 0次
- 提 供 者:
- Squ***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一对多的hibernate例子,个人亲手写的代码,提供初学者学习,所有代码不包括类库。-Hibernate one-to-many examples of code written by the individual personally, providing for beginners to learn all the code does not include the class library.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OneToManySquall
...............\.classpath
...............\.myhibernatedata
...............\.mymetadata
...............\.project
...............\hibernate.reveng.xml
...............\src
...............\...\com
...............\...\...\onetomany
...............\...\...\.........\dao
...............\...\...\.........\...\imp
...............\...\...\.........\...\...\StudentsDAOImp.java
...............\...\...\.........\...\IStudentsDAO.java
...............\...\...\.........\pojo
...............\...\...\.........\....\Students.hbm.xml
...............\...\...\.........\....\Students.java
...............\...\...\.........\....\Teachers.hbm.xml
...............\...\...\.........\....\Teachers.java
...............\...\...\.........\service
...............\...\...\.........\.......\imp
...............\...\...\.........\.......\...\StudentsServiceImp.java
...............\...\...\.........\.......\IStudentsService.java
...............\...\...\.........\test
...............\...\...\.........\....\Test.java
...............\...\...\.........\util
...............\...\...\.........\....\HibernateSessionFactory.java
...............\...\...\.........\....\HibernateUtil.java
...............\...\hibernate.cfg.xml
...............\...\log4j.properties
...............\...\newfile.sql
...............\WebRoot
...............\.......\index.jsp
...............\.......\META-INF
...............\.......\........\MANIFEST.MF
...............\.......\WEB-INF
...............\.......\.......\classes
...............\.......\.......\.......\com
...............\.......\.......\.......\...\onetomany
...............\.......\.......\.......\...\.........\dao
...............\.......\.......\.......\...\.........\...\imp
...............\.......\.......\.......\...\.........\...\...\StudentsDAOImp.class
...............\.......\.......\.......\...\.........\...\IStudentsDAO.class
...............\.......\.......\.......\...\.........\pojo
...............\.......\.......\.......\...\.........\....\Students.class
...............\.......\.......\.......\...\.........\....\Students.hbm.xml
...............\.......\.......\.......\...\.........\....\Teachers.class
...............\.......\.......\.......\...\.........\....\Teachers.hbm.xml
...............\.......\.......\.......\...\.........\service
...............\.......\.......\.......\...\.........\.......\imp
...............\.......\.......\.......\...\.........\.......\...\StudentsServiceImp.class
...............\.......\.......\.......\...\.........\.......\IStudentsService.class
...............\.......\.......\.......\...\.........\test
...............\.......\.......\.......\...\.........\....\Test.class
...............\.......\.......\.......\...\.........\util
...............\.......\.......\.......\...\.........\....\HibernateSessionFactory.class
...............\.......\.......\.......\...\.........\....\HibernateUtil.class
...............\.......\.......\.......\hibernate.cfg.xml
...............\.......\.......\.......\log4j.properties
...............\.......\.......\.......\newfile.sql
...............\.......\.......\lib
...............\.......\.......\web.xml
...............\.classpath
...............\.myhibernatedata
...............\.mymetadata
...............\.project
...............\hibernate.reveng.xml
...............\src
...............\...\com
...............\...\...\onetomany
...............\...\...\.........\dao
...............\...\...\.........\...\imp
...............\...\...\.........\...\...\StudentsDAOImp.java
...............\...\...\.........\...\IStudentsDAO.java
...............\...\...\.........\pojo
...............\...\...\.........\....\Students.hbm.xml
...............\...\...\.........\....\Students.java
...............\...\...\.........\....\Teachers.hbm.xml
...............\...\...\.........\....\Teachers.java
...............\...\...\.........\service
...............\...\...\.........\.......\imp
...............\...\...\.........\.......\...\StudentsServiceImp.java
...............\...\...\.........\.......\IStudentsService.java
...............\...\...\.........\test
...............\...\...\.........\....\Test.java
...............\...\...\.........\util
...............\...\...\.........\....\HibernateSessionFactory.java
...............\...\...\.........\....\HibernateUtil.java
...............\...\hibernate.cfg.xml
...............\...\log4j.properties
...............\...\newfile.sql
...............\WebRoot
...............\.......\index.jsp
...............\.......\META-INF
...............\.......\........\MANIFEST.MF
...............\.......\WEB-INF
...............\.......\.......\classes
...............\.......\.......\.......\com
...............\.......\.......\.......\...\onetomany
...............\.......\.......\.......\...\.........\dao
...............\.......\.......\.......\...\.........\...\imp
...............\.......\.......\.......\...\.........\...\...\StudentsDAOImp.class
...............\.......\.......\.......\...\.........\...\IStudentsDAO.class
...............\.......\.......\.......\...\.........\pojo
...............\.......\.......\.......\...\.........\....\Students.class
...............\.......\.......\.......\...\.........\....\Students.hbm.xml
...............\.......\.......\.......\...\.........\....\Teachers.class
...............\.......\.......\.......\...\.........\....\Teachers.hbm.xml
...............\.......\.......\.......\...\.........\service
...............\.......\.......\.......\...\.........\.......\imp
...............\.......\.......\.......\...\.........\.......\...\StudentsServiceImp.class
...............\.......\.......\.......\...\.........\.......\IStudentsService.class
...............\.......\.......\.......\...\.........\test
...............\.......\.......\.......\...\.........\....\Test.class
...............\.......\.......\.......\...\.........\util
...............\.......\.......\.......\...\.........\....\HibernateSessionFactory.class
...............\.......\.......\.......\...\.........\....\HibernateUtil.class
...............\.......\.......\.......\hibernate.cfg.xml
...............\.......\.......\.......\log4j.properties
...............\.......\.......\.......\newfile.sql
...............\.......\.......\lib
...............\.......\.......\web.xml