y way to keep the cache ready before being called for the
>> first time ? Anything in iBATIS to support that ? I could configure a
>> startup listener with the app server, but I'm just exploring options for
>> now.
>>
>> Thanks !
>>
>
>
--
View this message in context:
http://www.nabble.com/how-do-I-get-the-handle-to-my-CacheModel...-tp19804087p19868096.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
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 actually but it should work.
Shantanu Upadhyaya wrote:
Either my
om/how-do-I-get-the-handle-to-my-CacheModel...-tp19804087p19804087.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.