(1)could not locate named parameter [p0]:
使用hibernate的HQL时 setParameter("name",张三);但在HQL语句中没有:name参数。
当用hibernate查询没有映射的类时,也会有该异常。
(2)JDBCExceptionReporter] ORA-01795: 列表中的最大表达式数为 1000
oracle的sql:使用select * from customer c where c.id not in(1,2,3.....n)时,当n>1000时报错,即in所跟的参数不应超过1000