java.lang.IllegalArgumentException: org.hibernate.hql.ast.QuerySyntaxException: unexpected token: form near line 1, column 10 [select o form ProductType o ]
这个错是hql写错了,看出来了吗 form,应该为from吧,delphi的影响,呵呵。以后注意多打印点信息,这个问题就是这么发现的。 :lol:
这个错是hql写错了,看出来了吗 form,应该为from吧,delphi的影响,呵呵。以后注意多打印点信息,这个问题就是这么发现的。 :lol: