Re: cacheModel question

2006-09-21 Thread Alessandro Berbenni
? Thanks. -- View this message in context: http://www.nabble.com/cacheModel-question-tf452929.html#a6422736 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Re: cacheModel question

2005-11-02 Thread Clinton Begin
Correct. A cache model will only work with results, not with output params (because you passed the object in), and certainly not with Oracle cursors (because they are live connections to the DB). Cheers, ClintonOn 10/26/05, Rao, Satish [EMAIL PROTECTED] wrote: Does cacheModel only

cacheModel question

2005-10-26 Thread Rao, Satish
Title: cacheModel question Does cacheModel only work with resultClass and resultMap? Currently I have the following entry in the sqlMap cacheModel id=cacheFullname type=OSCACHE /cacheModel parameterMap id=some-param class=SomeParams parameter property=someId mode=IN jdbcType