query using 2 parameter classes

2006-12-15 Thread Nereida
Hi all, Is it possible to make a query using two parameter classes like this: select tab1.col1, tab2.col2 fromtab1, tab2 where tab1.col1 = #class1.col1:DECIMAL# and tab2.col2 = #class2.col2:DECIMAL# Thanks.

NumberFormatException: For input string: ""

2006-11-06 Thread Nereida
Hi all, i'm trying to get iBatis work with Abator. I'm able to selct, update and delete by primary key but in get an error when i try to select by example: TaskExample te = new TaskExample(); te.createCriteria().andStatoGreaterThan(new Integer(0)); List al = new ArrayList()

Re: NumberFormatException: For input string: ""

2006-11-06 Thread Nereida
Thanks Jeff Is it a bug of previous versions? On 11/6/06, Jeff Butler <[EMAIL PROTECTED]> wrote: Upgrade to iBATIS version 2.2.0. Jeff Butler On 11/6/06, Nereida <[EMAIL PROTECTED]> wrote: > Hi all, > i'm trying to get iBatis work with Abator. > I'm able

Re: NumberFormatException: For input string: ""

2006-11-06 Thread Nereida
f Butler On 11/6/06, Nereida <[EMAIL PROTECTED]> wrote: > Thanks Jeff > Is it a bug of previous versions? > > > > On 11/6/06, Jeff Butler < [EMAIL PROTECTED]> wrote: > > Upgrade to iBATIS version 2.2.0. > > > > Jeff Butler > > > > &g

Abator supporting subpackages

2006-11-09 Thread Nereida
Hi all, I'm using Abator to genarate the files related to my DB tables. I have a very large DB so i need Abator to generate this files in subpackages, for example. my javaModelGenerator targetPackage is model and my table name is tableName. I'd like Abator to generate the model files in a pac