SqlMapClientBuilder or SqlSessionFactoryBuilder

2009-09-03 Thread liny
Hi, I'd like to ask why I can't find SqlSessionFactoryBuilder in oneline java doc of iBatis web site? I downloaded iBatis3 user guide, and this guide told me to use SqlSessionFactory. What's the difference between SqlMapClient or SqlSessionFactory? -- View this message in context: http://www.na

Oracle10g date or timestamp question

2008-10-16 Thread liny
Hi, I have a table which has a receive_dttm column in DATE type. When using Oracle 8i, iBatis can get SQL result. But after upgrading to Oracle10g, the same SQL command can't get result and no exception thrown. Below is my SqlMap.xml segment: select INVOICE_DATE, EXT_DELIVERY, MATERIAL, B

Re: Need help in SqlMap.xml

2008-07-08 Thread liny
I got the answer~ <= should be changed to >= should be changed to -- View this message in context: http://www.nabble.com/Need-help-in-SqlMap.xml-tp18335771p18336089.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Need help in SqlMap.xml

2008-07-08 Thread liny
Hi, below is the content of my SqlMap.xml http://ibatis.apache.org/dtd/sql-map-2.dtd";> insert into acm_wafer_data values(#batchNo#, #dieName#, #qty#, #receiveDttm#, #boxes#)

Re: Can I set cache refresh interval to minutes?

2008-04-14 Thread liny
Larry Meadors wrote: > > > > Larry > > > On Mon, Apr 14, 2008 at 10:06 PM, liny <[EMAIL PROTECTED]> wrote: >> >> Hi~ >> >> I want to set cache refresh interval in minutes. >> Default is hour. >> How can I do? >> Tha

Can I set cache refresh interval to minutes?

2008-04-14 Thread liny
Hi~ I want to set cache refresh interval in minutes. Default is hour. How can I do? Thanks -- View this message in context: http://www.nabble.com/Can-I-set-cache-refresh-interval-to-minutes--tp16694655p16694655.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.