私がJPAプロジェクトを作成するたびにEclipseはプロジェクトにエラーがあると報告しますが、なぜそうなったのか分かりません。あなたはこれを試すことができますEclipseが私のJPAプロジェクトでエラーを報告します
Description Resource Path Location Type Column "id" cannot be resolved on table "page" Page.java /BreakpointJPA/src/no/breakpoint/domain line 14 JPA Problem
Description Resource Path Location Type Column "title" cannot be resolved on table "page" Page.java /BreakpointJPA/src/no/breakpoint/domain line 18 JPA Problem
Description Resource Path Location Type Primary key join column "id" cannot be resolved on table "page" Page.java /BreakpointJPA/src/no/breakpoint/domain line 10 JPA Problem
'ページ'テーブルの詳細を表示できますか? –
私はまだタイムスタンプを実装していないので、それらがページエンティティにない理由があります。 – LuckyLuke
私は、あなたのEntityがデータベースの状態を適切に反映していないとEclipseが言っていると思いますか? Eclipseはどのデータベースと連携しているのですか? 「adesnqhp_javaee」と表示されたDBを使用していない可能性がありますか? –