Hibernate的sql不能以分號結尾。org.hibernate.exception.DataException: could not execute query

Hibernate中使用sql語句結尾千萬別帶分號。java select title_cn, search_field from tb_title_c where table_name = 'TB_SUPPLIER_C' order by order_num asc; 這段代碼在數據庫中執行無誤。可是在java後臺卻一直報錯,緣由就是hibernate不能接受sql後面帶分號。web
相關文章
相關標籤/搜索