You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by oj...@db.apache.org on 2004/03/17 07:52:20 UTC

[DB OJB Wiki] Updated: DataBindingtoaHashMap

   Date: 2004-03-16T09:10:22
   Editor: 194.162.203.238 <>
   Wiki: DB OJB Wiki
   Page: DataBindingtoaHashMap
   URL: http://wiki.apache.org/db-ojb/DataBindingtoaHashMap

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -3,12 +3,12 @@
 
 Bind data from a table like this:
 
-Group    Article    Price
---------------------------
-G1         A          3
-G1         A          4
-G1         B          5
-G2         A          6
+Group  -  Article  -  Price
+-- -- --- --- --- --- --- 
+G1    -     A     -     3
+G1    -     A     -     4
+G1    -     B     -     5
+G2    -     A     -     6
 
 ... into a 'resultSet' ArrayList as follows (where the => connects a key/value pair):
 
@@ -54,9 +54,7 @@
 
 I'm making the change to java from php, so please excuse the weird syntax and strange request.
 
-I've taken a look at Castor and OJB, but I'm not quite sure if they'll do the trick.
-
-Anybody out there have any ideas?
+Is it possible to do something like this with OJB?
 
 Thanks,
 

---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-dev-help@db.apache.org