ibatis 3 petstore

2009-11-04 Thread a b
Is there a sample application written in ibatis 3 and spring such as petstore? thanks - To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org For additional commands, e-mail: user-java-h...@ibatis.apache.org

Ibatis Invalid Parameter Object

2009-09-15 Thread HECHANOVA, DEXTER B (ATTSI)
Good morning. I am receiving the error below and it is puzzling because the code is expecting the Person class, and it is complaining that it is finding the Person class. Any help would be greatly appreciated. Thanks. Caused by: java.sql.SQLException: Invalid parameter object type. Expected

Re: Support for private properties

2008-03-27 Thread André B .
it into the domain object. I'm doing that on my current project and it's working fine. Unfortunately I've also found that not exposing setters does not mean you won't still create brain-splitting complexity, but that's another story. b Eric T. Blue wrote: Hi, My company

RE: calling Stored Functions thru Ibatis

2008-01-21 Thread b das
Thanks for quick help, Can u provide me the Stored Functions ( return result upon execution). BEHL, Manish, IDC wrote: Hi, Below mentioned is the simple example to use procedure from iBatis parameterMap id=swapParameters class=map parameter property=contactId

oracle nested table

2007-10-04 Thread a b
Hi, if i have a nested table and i want to map some column within that nested table to some property of an object how can do that? thanks in advance Need a vacation? Get great deals to amazing places on

optional parameters

2007-05-03 Thread Andrew B
? Or, if not, is there a way to do this? (I want to avoid using a stored procedure if possible). Thanks, Andrew B __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Null parameter value to stored procedure

2006-07-07 Thread yogisha . b
Hi, i am trying to pass null parameter value to stored procedure ex: procedure id=Search parameterClass=java.util.HashMap resultMap=results { call testStoredProc(#id#)} /procedure sometimes id parameter value comes from the HashMap contains null value. how ibatis

RE: Stored procedure:Temporary select/update/insert sqls before actual select query

2006-05-24 Thread yogisha . b
Hi, Exellant i am able to get the resultsets back after passing IGNORE_DONE_IN_PROC parameter as jdbc url. thanks for the reply... Yogish [EMAIL PROTECTED] 05/23/2006 10:23 MST Please respond to user-java@ibatis.apache.org To user-java@ibatis.apache.org cc bcc Subject RE:

Stored procedure:Temporary select/update/insert sqls before actual select query

2006-05-23 Thread yogisha . b
Hi all, I have a problem in getting the resultsets from procedure: basically a few sqls are run before executing main select sql with in the procedure. when i execute i will get uncategorized exception. if i comment first sql and give hard coded value in second sql it works I suspect it will

StoredProcedure: Temporary select/update/insert sqls before actual sql

2006-05-23 Thread yogisha . b
Hi all, I have a problem in getting the resultsets from procedure: basically a few sqls are run before executing main select sql with in the procedure. when i execute i will get uncategorized exception. if i comment first sql and give hard coded value in second sql it works I suspect it will

Re: Stored procedure:Temporary select/update/insert sqls before actual select query

2006-05-23 Thread yogisha . b
hi , thanks for the reply... i am using Sybase database but when i execute this with sql-advantage it will return only one resultset but still i am getting this error. My question is in the following example, as per Ibatis how many resultsets it is expecting..?is it assumes first 2 select sqls

Re: ibastis mapping performance

2006-02-09 Thread a b
based like ORM. That said... you WOULD be able to categorize us correctly as a persistence framework. Also, in what case would you be returning a million objects in a java application? On 2/8/06, a b [EMAIL PROTECTED] wrote: hi, is there articles that compare the orm mappers out

ibastis mapping performance

2006-02-08 Thread a b
hi, is there articles that compare the orm mappers out there for mapping performance? i.e. after i get a query result how long does it take to generate the object, and what if the resultset is like a million of records thanks __ Do You Yahoo!?

Re: Implicit Result Maps

2005-10-20 Thread Tom B.
Yes. See: http://issues.apache.org/jira/browse/IBATIS-172?page=all On 10/20/05, Meindert [EMAIL PROTECTED] wrote: Is it possible to use Implicit Result Maps for (not to) complex properties? Example; I've got a Person_Id as FK and the FirstName, LastName in a other table. I would