Re: 1st level cache control

2009-12-10 Thread Clinton Begin
It's not an oversight, and is definitely by design. It's built on the premise that it's a very bad idea to keep sessions open for any length of time. Cheers, Clinton On Thu, Dec 10, 2009 at 9:07 AM, -dk- wrote: > > Hi All, > Sorry, if anybody got this twice, I just decided that iBatis - Dev is

1st level cache control

2009-12-10 Thread -dk-
Hi All, Sorry, if anybody got this twice, I just decided that iBatis - Dev is better place for my question. I confused when couldn't find any control over the 1st-level cache which is always On for select mapper. What I found (thanks to open source) that easy way to do clean the cache is to call

Search for character '_', '%' wildcard characters using ibatis

2009-12-10 Thread crmanoj
Hi, I am new to iBatis. I'm using iBatis with Oracle. My Database entries have values with wild card characters like '_' or '%'. My application demands to retrieve all the entries with the character '_'. For Searching such characters i can use escape character( ESCAPE '\') in oracle whereas i'm n