小白的一生

把青春奉献给了理想

用户操作
[即时聊天] [发私信] [加为好友]
luciferID:leo821031
30158次访问,排名4064(1),好友0人,关注者1人。
leo821031的文章
原创 55 篇
翻译 0 篇
转载 0 篇
评论 15 篇
leo821031的公告
年轻无所谓!支持开源!
最近评论
laoshou77:怎么struts2.0有点像jstl标签 了
shashawaityou:太伟大了
fei521sha:thanks
tancaiyi:谢谢,受益匪浅
大中华办公软件在线:大中华办公软件在线 http://www.gcoso.com 办公资源下载站
文章分类
收藏
    相册
    小白的一生
    JAVA技术网站
    CSDN
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    原创 Hibernate 查询中 有些关键字 不能使用,特地列了出来收藏

    新一篇: DW2 实现 下拉 菜单 联动 | 旧一篇: J2EE应用性能问题的常用优化项目 (转载)

    有许多单词不能作为名称,后来查了一下hibernate的源码,发现还有好多常用的单词不能使用,如下所列,希望对大家有所帮助,避免不必要的错误:
    literals.put(new ANTLRHashString("between", this), new Integer(10));
            literals.put(new ANTLRHashString("case", this), new Integer(54));
            literals.put(new ANTLRHashString("delete", this), new Integer(13));
            literals.put(new ANTLRHashString("new", this), new Integer(37));
            literals.put(new ANTLRHashString("end", this), new Integer(55));
            literals.put(new ANTLRHashString("object", this), new Integer(65));
            literals.put(new ANTLRHashString("insert", this), new Integer(29));
            literals.put(new ANTLRHashString("distinct", this), new Integer(16));
            literals.put(new ANTLRHashString("where", this), new Integer(53));
            literals.put(new ANTLRHashString("trailing", this), new Integer(67));
            literals.put(new ANTLRHashString("then", this), new Integer(57));
            literals.put(new ANTLRHashString("select", this), new Integer(45));
            literals.put(new ANTLRHashString("and", this), new Integer(6));
            literals.put(new ANTLRHashString("outer", this), new Integer(42));
            literals.put(new ANTLRHashString("not", this), new Integer(38));
            literals.put(new ANTLRHashString("fetch", this), new Integer(21));
            literals.put(new ANTLRHashString("from", this), new Integer(22));
            literals.put(new ANTLRHashString("null", this), new Integer(39));
            literals.put(new ANTLRHashString("count", this), new Integer(12));
            literals.put(new ANTLRHashString("like", this), new Integer(34));
            literals.put(new ANTLRHashString("when", this), new Integer(58));
            literals.put(new ANTLRHashString("class", this), new Integer(11));
            literals.put(new ANTLRHashString("inner", this), new Integer(28));
            literals.put(new ANTLRHashString("leading", this), new Integer(63));
            literals.put(new ANTLRHashString("with", this), new Integer(60));
            literals.put(new ANTLRHashString("set", this), new Integer(46));
            literals.put(new ANTLRHashString("escape", this), new Integer(18));
            literals.put(new ANTLRHashString("join", this), new Integer(32));
            literals.put(new ANTLRHashString("elements", this), new Integer(17));
            literals.put(new ANTLRHashString("of", this), new Integer(66));
            literals.put(new ANTLRHashString("is", this), new Integer(31));
            literals.put(new ANTLRHashString("member", this), new Integer(64));
            literals.put(new ANTLRHashString("or", this), new Integer(40));
            literals.put(new ANTLRHashString("any", this), new Integer(5));
            literals.put(new ANTLRHashString("full", this), new Integer(23));
            literals.put(new ANTLRHashString("min", this), new Integer(36));
            literals.put(new ANTLRHashString("as", this), new Integer(7));
            literals.put(new ANTLRHashString("by", this), new Integer(99));
            literals.put(new ANTLRHashString("all", this), new Integer(4));
            literals.put(new ANTLRHashString("union", this), new Integer(50));
            literals.put(new ANTLRHashString("order", this), new Integer(41));
            literals.put(new ANTLRHashString("both", this), new Integer(61));
            literals.put(new ANTLRHashString("some", this), new Integer(47));
            literals.put(new ANTLRHashString("properties", this), new Integer(43));
            literals.put(new ANTLRHashString("ascending", this), new Integer(100));
            literals.put(new ANTLRHashString("descending", this), new Integer(101));
            literals.put(new ANTLRHashString("false", this), new Integer(20));
            literals.put(new ANTLRHashString("exists", this), new Integer(19));
            literals.put(new ANTLRHashString("asc", this), new Integer(8));
            literals.put(new ANTLRHashString("left", this), new Integer(33));
            literals.put(new ANTLRHashString("desc", this), new Integer(14));
            literals.put(new ANTLRHashString("max", this), new Integer(35));
            literals.put(new ANTLRHashString("empty", this), new Integer(62));
            literals.put(new ANTLRHashString("sum", this), new Integer(48));
            literals.put(new ANTLRHashString("on", this), new Integer(59));
            literals.put(new ANTLRHashString("into", this), new Integer(30));
            literals.put(new ANTLRHashString("else", this), new Integer(56));
            literals.put(new ANTLRHashString("right", this), new Integer(44));
            literals.put(new ANTLRHashString("versioned", this), new Integer(52));
            literals.put(new ANTLRHashString("in", this), new Integer(26));
            literals.put(new ANTLRHashString("avg", this), new Integer(9));
            literals.put(new ANTLRHashString("update", this), new Integer(51));
            literals.put(new ANTLRHashString("true", this), new Integer(49));
            literals.put(new ANTLRHashString("group", this), new Integer(24));
            literals.put(new ANTLRHashString("having", this), new Integer(25));
            literals.put(new ANTLRHashString("indices", this), new Integer(27));
     

    发表于 @ 2007年03月15日 14:59:00|评论(loading...)|编辑

    新一篇: DW2 实现 下拉 菜单 联动 | 旧一篇: J2EE应用性能问题的常用优化项目 (转载)

    评论:没有评论。

    发表评论  


    登录
    Csdn Blog version 3.1a
    Copyright © leo821031