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
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
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.
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#)
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
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.