我在postgres中有一个自定义创建的函数,现在我正在尝试从我的代码中调用自定义方法。("createcluster",new StandardSQLFunction("createCluster",new BooleanType())); 但是一旦我运行了代码 Caused by: org.hibernate.QueryException: No data type for node: org.hibernate.hql.internal.ast.tree.MethodNode
这是我在spring数据中对仓库方法的查询,它应该返回每个所需日期的订单量。订单实体中的字段deliveryDateTime的类型为LocalDateTime。我想忽略时间部分,只比较日期部分。GROUP BY DATE(o.deliveryDateTime) ")我当前的代码显示以下错误:
java.lang.Illegal
我试图追踪这个异常,但不理解它,请看我的exception,请告诉我我哪里出错了。java.lang.IllegalArgumentException: org.hibernate.QueryException: No data type for node: org.hibernate.hql.internal.ast.tree.MethodNodeWrappingRunnable.run(TaskThread.java:61)我能理解它,在我看来一切
//Add Row with No data recorded message, when the table is empty/////////////////////////////////////////////
NoOfColumns = $(this).prev("thead").find("th").length;
$(this).app