Message view | « Date » · « Thread » |
---|---|
Top | « Date » · « Thread » |
From | "Daniel Pitts" <Daniel.Pi...@cnet.com> |
Subject | Populating existing beans... |
Date | Tue, 12 Sep 2006 19:57:25 GMT |
I have a Map<Integer, MyBean> byId; Which was built by "byId.put(myBean.getId(), myBean);" MyBean is the base class, there are many types of "MyBean" objects. Is there a away to tell iBATIS to use the bean in "byId" map as the result object? Or do I have to get the result, and copy the values over myself? I know it can be done with queryForObject(String, Object, Object); but I need it for something like queryForList or queryForMap Thanks, Daniel. | |
Mime |
|
View raw message |