-
Question on JDBC (2 messages)
- Posted by: Jayakumar Ramadoss
- Posted on: March 10 2005 01:03 EST
Is there any way to retrive entire row from Result Set as an object instead of using getXXX() method?Threaded Messages (2)
- Question on JDBC by Andy Grove on March 10 2005 09:24 EST
- Question on JDBC by Grim Shieldsson on March 10 2005 15:45 EST
-
Question on JDBC[ Go to top ]
- Posted by: Andy Grove
- Posted on: March 10 2005 09:24 EST
- in response to Jayakumar Ramadoss
You can use FireStorm/DAO to generate JDBC code for your database allowing you to easily retrieve Java objects representing the rows in the table. -
Question on JDBC[ Go to top ]
- Posted by: Grim Shieldsson
- Posted on: March 10 2005 15:45 EST
- in response to Jayakumar Ramadoss
Is there any way to retrive entire row from Result Set as an object instead of using getXXX() method?
No, not without iBatis or Hibernate, or some other framework to do it for you.