RE: ORM Tools (Ibatis, Hibernate, OJB....)

2004-04-07 Thread Mathew Ring
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

RE: [OT] "SELECT ... LIKE" with iBatis

2004-03-29 Thread Mathew Ring
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,