Hibernate中HQL语句的使用 - 博客频道 - CSDN.NET
public class TestHQL { /** * Hibernate生成关系模型 */ @Test public void test00DDL(){ Configuration cfg = new Configuration().configure(); SchemaExport...
hibernate hql 大全 - bobomail - 博客园
2005年9月20日 - hibernate hql 大全 http://blog.chinaunix.net/article.php?articleId=47942&blogId=1655 HQL: Hibernate查询语言 Hibernate配备了一种非常强大的查...