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.
通常、iBatis 選択クエリは、resultMap クラスの新しいインスタンスを返します。クラスのインスタンスを何らかの方法で SQLMapper の queryForObject メソッドに渡すことは可能ですか?新しいインスタンスを返す代わりに、選択クエリは渡されたインスタンスにデータを入力して返します。
ありがとう