Hibernate对多表关联查询

2007-01-01     推荐:2087219    收藏:1350540    评论:115     来源:Java研究组织

一、Hibernate简介

Hibernate是一个JDO工具。它的工作原理是通过文件(一般有两种:xml文件和properties文件)把值对象和数据库表之间建立起一个映射关系。这样,我们只需要通过操作这些值对象和Hibernate提供的一些基本类,就可以达到使用数据库的目的。例如,使用Hibernate的查询,可以直接返回包含某个值对象的列表(List),而不必向传统的JDBC访问方式一样把结果集的数据逐个装载到一个值对象中,为编码工作节约了大量的时间。Hibernate提供的HQL是一种类SQL语言,它和EJBQL一样都是提供对象化的数据库查询方式,但HQL在功能和使用方式上都非常接近于标准的SQL。

二、Hibernate与JDBC的区别

Hibernate与JDBC的主要区别如下:

1、Hibernate是JDBC的轻量级的对象封装,它是一个独立的对象持久层框架,和App Server,和EJB没有什么必然的联系。Hibernate可以用在任何JDBC可以使用的场合,从某种意义上来说,Hibernate在任何场合下取代JDBC。

2、Hibernate是一个和JDBC密切关联的框架,所以Hibernate的兼容性和JDBC驱动,和数据库都有一定的关系,但是和使用它的Java程序,和App Server没有任何关系,也不存在兼容性问题。

3、Hibernate是做为JDBC的替代者出现的,不能用来直接和Entity Bean做对比。

三、Hibernate进行多表关联查询

Hibernate对多个表进行查询时,查询结果是多个表的笛卡尔积,或者称为“交叉”连接。 例如:from Student,Book from Student as stu,Book as boo from Student stu,Book boo。注意:让查询中的Student和Book均是表student和book对应的类名,它的名字一定要和类的名字相同,包括字母的大小写。

别名应该服从首字母小写的规则是一个好习惯,这和Java对局部变量的命名规范是一致的。

下面列举一个完整的例子来说明Hibernate对多个表进行关联查询(其中粗体是我们要特别注意的地方,相应表tBookInfo和BookSelection的结构和其对应的hbm.xml、class文件就不一一列举了):

String sTest = "from tBookInfo book, BookSelection sel where book.id = sel.bookId";

Collection result = new ArrayList();

Transaction tx = null;

try {

 Session session = HibernateUtil.currentSession();

 tx = session.beginTransaction();

 Query query = session.createQuery(sql);

 result = query.list();

 tx.commit();

} catch (Exception e) {

 throw e;

} finally {

 HibernateUtil.closeSession();

}

ArrayList sList = (ArrayList) result;

Iterator iterator1 = sList.iterator();

while (iterator1.hasNext()) {

 Object[] o = (Object[]) iterator1.next();

 tBookInfo bookInfo = (tBookInfo) o[0];

 BookSelection bookSelect = (BookSelection) o[1];

 System.out.println("BookInfo-Title: " + bookInfo.getTitle());

 System.out.println("BookSelection-BookSelectionId: " + bookSelect.getId());

}

68476636-8007)



您可以针对本文进行:[评论]  [收藏]  [推荐]   [查看原文链接]  
  • [115楼] 2008-04-28 12:16:42.0  网友
  • [回复]
  • <a href= http://index1.porins.com >nasarel</a> <a href= http://index2.porins.com >dfar 252.225-7014</a> <a href= http://index3.porins.com >draperys</a> <a href= http://index4.porins.com >islamorada</a> 
  • [114楼] 2008-04-28 12:16:37.0  网友
  • [回复]
  • <a href= http://index1.erinta.com >prom hairstyles</a> <a href= http://index2.erinta.com >british beer company</a> <a href= http://index3.erinta.com >justin clark</a> <a href= http://index4.erinta.com >teen bellies</a> 
  • [113楼] 2008-04-27 22:34:28.0  网友
  • [回复]
  • <a href= http://index4.gasopa.com >beutiful womanl picture</a> <a href= http://index1.gasopa.com >uraquay newspapers</a> <a href= http://index2.gasopa.com >lucas prata</a> <a href= http://index3.gasopa.com >postopia</a> 
  • [112楼] 2008-04-27 22:34:23.0  网友
  • [回复]
  • <a href= http://index4.yteryt.com >fletcher class destories</a> <a href= http://index2.yteryt.com >adults crying to release stress</a> <a href= http://index1.yteryt.com >classic diving hard hats</a> <a href= http://index3.yteryt.com >slick rock church glasgock kentucky</a> 
  • [111楼] 2008-04-27 15:22:20.0  网友
  • [回复]
  • <a href= http://index1.srepon.com >brightnet</a> <a href= http://index2.srepon.com >compaq v4</a> <a href= http://index4.srepon.com >how to breast feed with an invert nipple</a> <a href= http://index3.srepon.com >dodge trucks</a> 
  • [110楼] 2008-04-27 15:22:13.0  网友
  • [回复]
  • <a href= http://index3.tsivez.com >google videos</a> <a href= http://index1.tsivez.com >gay boys in ohio</a> <a href= http://index4.tsivez.com >classic gamesand game revolution</a> <a href= http://index2.tsivez.com >free nude springbreak pics</a> 
  • [109楼] 2008-04-27 15:22:03.0  网友
  • [回复]
  • <a href= http://index3.tsivez.com >google videos</a> <a href= http://index1.tsivez.com >gay boys in ohio</a> <a href= http://index4.tsivez.com >classic gamesand game revolution</a> <a href= http://index2.tsivez.com >free nude springbreak pics</a> 
  • [108楼] 2008-04-27 06:29:10.0  网友
  • [回复]
  • <a href= http://index2.porisa.com >tewksbury marching band</a> <a href= http://index4.porisa.com >adams mass little league</a> <a href= http://index3.porisa.com >zijde garen</a> <a href= http://index1.porisa.com >portland zip codes</a> 
  • [107楼] 2008-04-27 06:29:07.0  网友
  • [回复]
  • <a href= http://index4.sosiha.com >luna park melbourne</a> <a href= http://index2.sosiha.com >weight control</a> <a href= http://index1.sosiha.com >bbc news</a> <a href= http://index3.sosiha.com >carrisa and noank ct</a> 
  • [106楼] 2008-04-27 06:18:31.0  网友
  • [回复]
  • <a href= http://index3.4lutos.com >169.445 wireless range extender</a> <a href= http://index4.4lutos.com >great western bank</a> <a href= http://index1.4lutos.com >craft supplies</a> <a href= http://index2.4lutos.com >vibrating motors</a> 
  • 共有115条评论  点击查看更多评论
  • 网友评论仅供网友表达个人看法,并不表明e800同意其观点或证实其描述
我想发表评论:
用户名密码
  • 匿名发表
    验证码: