I am currenly using JSF as the front end of a J2EE
application. Data go through many business logic
layers and reach the database through the iBatis.

The iBatis is new to me. To pass a query "String" from
the front end to the database and get a "Collection"
back from the database through the iBatis has been
tested successful.

Now, I have great difficulty to pass a "List" or a
"Map" through the iBatis to the database? Is it
possible to be done?

The reason is that a table with thousands of records
and each record has many name/value pairs may be sent
to update the database. And looping through the table
to send "String"s may not be a solution.

Thank you in advance.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to