`
dcriori
  • 浏览: 95348 次
社区版块
存档分类
最新评论

node to traverse cannot be null!

阅读更多

今天用Hibernate时出如下错:

java.lang.IllegalArgumentException: node to traverse cannot be null!

折腾了半天,后来发现是在使用HQL语句的时候 将关键字from 误写成了form

>.<!!! 晕死!

分享到:
评论
6 楼 jjw6526 2014-05-06  
我会说我也是。。。太感谢了
5 楼 huchiwei 2013-04-09  


还真是这样的错...
4 楼 chenkaiadd 2012-09-18  
我刚也是将from 写成form了 ,真是感谢,解决问题了。
3 楼 zhengpei456 2012-08-08  
灰常感谢
2 楼 masuweng 2011-06-13  
Hql语句过长,换行是出了问题
1 楼 aaron_yin 2010-08-19  
兄弟,我刚刚遇到这个错误,看了你的错误原因后,发现我也是把from写成form了,晕死

相关推荐

    js-traverse-async:Javascript模块来异步遍历对象

    traverse-async是一个Javascript / node.js模块,它异步并递归地遍历对象树。 用法 var traverse = require('traverse-async').traverse; traverse(object, function(node, next){ console.log("Current node", ...

    eslint-traverse:在您的ESLint插件中创建AST节点的子遍历

    横越在ESLint插件中创建AST节点的子遍历非常快支持“跳过”和“停止”(见... log ( path ) // Path { // node: Node, // parent: Node | null, // parentKey: string | null // parentPath: Path | null // } if ( pat

    object-traverse:[已弃用] 使用 https

    Object.traverse() 已弃用 请参阅。 关于 递归遍历树(javascript对象)并为每个节点... traverse ( tree , function ( node , value , key , path , depth ) { // node is current node // value is node[key] value

    LocateElem()&ListTraverse;()实例说明

    LocateElem(L,e,compare())&ListTraverse;(L,visit())实例说明

    traverse

    Run ( "NinjaAung/Traverse" ) * repo.SaveToJSON(filePath) SaveToJSON接受一个repo结构,并将其数据编组为json中的repo列表,如下所示: repo . SaveToJSON ( "example.json" ) tra(filePath) tra,遍历的...

    traverse:用文件系统遍历做科学!

    此存储库中的src/目录包含两个 python 脚本: traverse.py和traverselite.py ,它们都递归地遍历文件系统并收集数据。 traverse.py需要一些额外的 Python 库,包括numpy 、 scipy 、 matplotlib和docopt ,它们未与...

    foreachd_traverse_folder_thendo_dostounix

    主要用于将windows format的文本批量转化为linux的 format 用法: scriptname PATH (default PATH is current folder)

    traverse_survey.cpp

    traverse_survey.cpp

    jQuery.in.Action.3rd.Edition.161729207

    In it, you'll learn how to traverse the DOM, handle events, perform animations, write jQuery plugins, perform Ajax requests, and even unit test your code. Its unique Lab Pages anchor each concept in ...

    OSG中用遍历场景的方法获取节点

    海军教程,OSG中用遍历场景的方法获取节点 Navy tutorial,OSG used to traverse the scene to obtain the node

    leetcode和pat甲-algorithms:为sgwf写作

    traverse(TreeNode root) { if(!root) return; // 前序遍历 traverse(root-&gt;left) // 中序遍历 traverse(root-&gt;right) // 后序遍历 } 总结二叉树迭代模板 前序遍历 void preorderTraversal(TreeNode* root) { if(!...

    hash_traverse:轻松获取嵌套的哈希值

    traverse ( :foo , :hoi ) # =&gt; 'hei' 安装 将此行添加到应用程序的 Gemfile 中: gem 'hash_traverse' 然后执行: $ bundle 或者自己安装: $ gem install hash_traverse 用法 t = HashTraverse :: ...

    Traverse-binary-tree.rar_traverse

    改程序使用了先序遍历,中序遍历,后续遍历和层次遍 方法遍历二叉树

    ITU-T G.841

    6.1 MS shared protection rings MS shared protection rings can be categorized into two types:... The sum of the tributaries that traverse a span cannot exceed the maximum capacity of that particular span.

    json-schema-traverse:遍历 JSON Schema 将每个架构对象传递给回调

    json-schema-traverse 遍历 JSON Schema 将每个架构对象传递给回调安装 npm install json-schema-traverse用法 const traverse = require ( 'json-schema-traverse' ) ;const schema = { properties : { foo : { ...

    tree-traversal:Node.js 的迭代树结构遍历库

    树遍历 Node.js 的迭代树结构遍历库。... // Subnode accessor: used to traverse the tree. // Must return an array of node's subnodes. subnodesAccessor : function ( node ) { return node . su

    object-traverse:一个小对象图遍历库

    #object-traverse 使用字符串遍历对象图的一个非常简单的实用程序。 变更日志 v1.1.1 添加了创建和推送 v1.1.0 用过的 ”。” 而不是斜线 v1.0.2 添加了 which 通过检查路径是否未定义来检查路径是否可用 如何...

    Clojure for Finance(PACKT,2016)

    You will then learn to implement slightly more complicated equations, how to traverse data, and deal with branching and conditional dispatch. Then, the concept of side-effecting and its various ...

    OrientDB(基于Java的文档数据库) v1.0 图形版

    Now handles lazy loading, it's lighter and faster than before- new OTraverse class to traverse graphs via Java API using a stack-free approach- Data segments new context variables- Console improved...

    Traverse-Media-JS-CC

    Traverse-Media-JS-CC

Global site tag (gtag.js) - Google Analytics