Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
初めて SqlMap を使用して ibatis を使用したところ、問題が発生しました。単一のレコードを挿入、削除、更新、および選択する方法を理解しました。ただし、複数のレコードを返す select ステートメントを作成しようとすると、マッピング エラーが発生します。結果がカスタム オブジェクトのリストになるように指定するにはどうすればよいですか?
私はそれを理解しました。Javaを使用すると、queryForObjectの代わりにqueryForList関数を使用する必要がありました。