Re: how do I get the handle to my CacheModel...

2008-10-07 Thread Shantanu Upadhyaya
ation. Rob Sonke wrote: > > I don't know how to do that with properties but you can do it > programmatically by adding a flushstatement: > daoObject.getSqlMapExecutorDelegate().getCacheModel(modelName).addFlushTriggerStatement("Foo.insertFoo"); > > Never tried it act

how do I get the handle to my CacheModel...

2008-10-03 Thread Shantanu Upadhyaya
Either my search skills are getting bad or the iBatis documentation is not adequate. 1. I'd like to call setFlushInterval(..) using a configurable parameter which can change while the application is running. How do I get the handle to my already defined Cache model ? 2. How do I add a parameter