摘要:
HQL查询语言基础! 1 .from 1.1单表查询 from eg.cat as cat.其中,cat只是一个别名,为了用其他子语句的时候书写简单 1.2多表查询 from eg.Cat,eg.Dogfrom eg.Cat as cat,eg.Dog as dog2 join相关(inner) joinleft (outer) joinright (outer) joinfull joinHQL... 阅读全文
posted @ 2008-11-17 21:12
cyhjason
阅读(180)
评论(0)
推荐(0)