Hi,

I get results using resultClass="java.util.HashMap" and I expected that if I
iterate values of the HashMap the order will correspond to the order in my
fields. However it does not. Is that normal behavior?

In other words I have 'Select f1, f2, f3 from Blah', and iterating in the
HashMap values I get something like f2,f1,f3

iBatis version 2.3.0.677.

Tya

Reply via email to