You can remap in sql w/ "as" or map the fields in XML.

.V

Daniel Pitts wrote:
I want to get a result back as a HashMap with all the columns in the
result being keys in the map.  It makes sense for my application to have
'.'s in the column names, but ibatis is trying to map those to
properties of "Object" instances.
Is there any way to tell ibatis to ignore '.'s in the column name, or do
I have to find a different delineator?


Reply via email to