datamapper « ibatis « Java Database Q&A





1. Mapping to Dictionary with iBATIS    stackoverflow.com

Given a simple statement, such as:

<statement id="SelectProducts" resultMap="???">
  SELECT * FROM Products
</statement>
Is it possible to get a list of dictionary objects where the keys are the column names? ie.
var list = ...

2. Is there active development going on IBatis.Net DataMapper?    stackoverflow.com

Is there active development going on IBatis.Net DataMapper? Do they have version for .Net 3.5. I saw lots of activity on iBatis Java DataMapper as they are planning to release iBatis3 ...