次のクエリは実行されません。エラーをスローしています。エラーを特定できません。それはhibenateによって生成されます。ドライバークラスorg.gjt.mm.mysql.Driver、dialect:org.hibernate.dialect.MySQLDialectは、エラーが発生した場合にサポートしてください。
jdbc:mysql:// localhost:3306 / mydb
select this_.Student_Id as Student1_8_0_, this_.student Name as student2_8_0_,
this_.address as address8_0_, this_.Father Name as Father4_8_0_,
this_.Mother Name as Mother5_8_0_, this_.Primary Contact No as Primary6_8_0_,
this_.Secondary Contact No as Secondary7_8_0_, this_.Occupation as Occupation8_0_,
this_.Mode_Id as Mode9_8_0_, this_.Class_Id as Class10_8_0_,
this_.Route_No as Route11_8_0_
from Tbl_Student this_
このように実行すると、select * from Tbl_Student
正常に動作しています。