Hi;
1-/ How implement the call to get only one object matching a catID in using
example :
CategorisedProductList with properties
Category cat;
List<Product> prodList;
is like this : return (CategorisedProductList )
queryForObject("getCategorisedProduct", catID) ?
2-/ My DAO use 3 databases with JDBC connection: 2 with Mysql and a Oracle
and I search a configuration example for multiple databases. I know that it
is necessary to use 3 contexts in the the dao.xml file and 3
sql-map-config.xml files.
regards;
--
View this message in context:
http://www.nabble.com/Simple-questions-tf2628323.html#a7334384
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.