HIbernate 3.2 java.lang.IllegalArgumentException: object is not an instance of declaring class
1.用selectcount(id)fromtable_a;返回的记录数必须Long类型,不然出错2.在读取记录中的HQL,参数必须匹配,不然出错例如:表:table_a ,table_b主键类型都是Stringid;table_a 多对1table_b根据table_b的Id来查询table_a里面的记录,hql如下from table_a A WhereA.b=?;此时在传入?的参数必须是一