Two comments:
1) I'm using Ibatis SQLMaps on a smallish web project and they're great. I
had a basic persistence layer working in an hour. I think they're a good
middle ground between JDBC and full-on O/R mapping. Sometimes working
directly with the SQL is an advantage, especially when dealing wit
I gave up trying to put the '%' in the XML file. Instead, I just add them to
the parameter value BEFORE calling into Ibatis.
I'm using the following in my XML file:
select
ID,
LOGIN,
PWD,
NAME,
EMAIL,
PHONE,
CREATED,
CRUSERID,
UPDATED,
2 matches
Mail list logo