I use iBatis as my DAO Layer for now. It works fine with no-args constructor class. Then it can setter properties in result map. But If I have a class without no-args constuctor, how to instantiate in iBatis, As there is a column in selection that can be used to pass in constructor to create a new instance, how to achieve this goal.
- Re: How to use sqlmap to create an object with not empty con... Anthony Hong