
sql
文章平均质量分 82
xn_28
这个作者很懒,什么都没留下…
展开
-
【SQL】index索引
IQ索引类型CMP: compare index Indexes relationship between any two distinct columns with identical data types, precision, and scale.WD: containment index Stores words from a column string of CHAR, VAR原创 2016-06-17 15:07:31 · 747 阅读 · 0 评论 -
Hibernate HQL详解
原文地址:http://www.cnblogs.com/caoyc/p/5606444.html 1、实体查询: hql="FROM User";List list= session.createQuery(hql).list(); for(Object obj:list){ System.out.println(obj); } 【注意】:HQL转载 2017-03-23 19:08:39 · 329 阅读 · 0 评论 -
Hibernate的HQL,QBC 查询语言(包括多表联合查询join)
引用链接:http://takeme.iteye.com/blog/1722522 参考链接:in和not in用法:http://blog.youkuaiyun.com/shiqidide/article/details/7327460 或 http://blog.youkuaiyun.com/shiqidide/article/details/7327460Enum映射策略:http://b转载 2017-04-24 03:26:31 · 7681 阅读 · 0 评论