-
外键引用查看全部
-
hql定义查看全部
-
HQL语句形式查看全部
-
Query执行查询:查看全部
-
Query实例的创建:查看全部
-
Query接口简介:查看全部
-
初学HQL注意的问题:查看全部
-
HQL语句形式:查看全部
-
经本人测试,如果在linux上测试该教程,需要将mysql设置为不区分大小写,因为映射文件里面的表名是全大写的。 hibernate 表名大小写,mysql表名忽略大小写http://blog.csdn.net/ni_hao_ya/article/details/51304054(ubuntu16的mysql配置文件路径为/etc/mysql/mysql.conf.d/mysqld.cnf)查看全部
-
HQL不区分大小写的查看全部
-
查询子句查看全部
-
练习2 String hql = " select new list(o.customer.name,o.tradeDate,o.status,o.amount) from Order o where o.tradeDate between '2015-05-01' and '2015-06-01' and o.status='已发货' or o.status='已付款' and o.amount>1000 order by o.status asc,o.tradeDate desc,o.amount desc ";查看全部
-
练习1 String hql = " select new list(c.name,c.price,c.seller.name,c.category) from Commodity c where c.category like '%书%' and c.price>=10 order by c.seller.name asc,c.price desc,c.name asc ";查看全部
-
HQL课程总结查看全部
-
order by子句查看全部
举报
0/150
提交
取消