在hibernate中加入两个表

时间:2015-12-28 19:42:05

标签: java hibernate

所以我有两张桌子:

  1. 客户端(列:idClient,nomCli,...)
  2. 练习(栏目:idExercice,annee,idClient ..)
  3. 就像你看到的那样,我在Client和Exercice之间有一对多

    我尝试了此查询:SELECT c.nomCli, e.annee FROM Exercice e INNER JOIN e.client c

    但我得到了这个例外:

    Exception in thread "AWT-EventQueue-0" org.hibernate.exception.SQLGrammarException: could not execute query
    

0 个答案:

没有答案