3.

net.sf.hibernate.MappingException: No persister for ~

ページの作成
テンプレートを更新

ページの作成

親となるページを選択してください。

ページは必ず何かしらの親ページに紐づきます。
親ページに紐づくページを子ページといいます。
例: 親=スポーツ, 子1=サッカー, 子2=野球

子ページを親ページとして更に子ページを作成することも可能です。
例: 親=サッカー, 子=サッカーのルール

親ページはいつでも変更することが可能なのでとりあえず作ってみましょう!

エラー内容

net.sf.hibernate.MappingException: No persister for ~

 

発生条件と原因

beanへのマッピングをする際に発生。

Hibernateの設定ファイルに使用するbeanの<mapping resource="~.hbm.xml">の記述が抜けている。

もしくはカラムの型が違っている。

 

対処法

Hibernateの設定ファイルに<mapping resource="~.hbm.xml">の記述をする。

無論、個別beanマッピングファイルの「~.hbm.xml」の定義もすること。

カラムの型も正しいか見直すこと。

子ページ
子ページはありません
同階層のページ
  1. ids for this class must be manually assigned before calling save()
  2. Number of positional parameter types (1 does not match number of positional parameters (2)
  3. net.sf.hibernate.MappingException: No persister for ~
  4. net.sf.hibernate.QueryException: unexpected token: as [~]
  5. net.sf.hibernate.MappingException: Error reading resource: ... .hbm.xml Server returned HTTP response code: 503 for URL: http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd Nested exception: Server returned HTTP response code: 503 for URL: http://hibernate.sourceforge.net/hibernate-mapping-3
  6. IllegalArgumentException occurred while calling setter of

最近コメントのあったページ

最近の質問

コメント一覧

コメントがありません

ログインしなければコメント投稿はできません。