Please stop asking the same question over and over again.
 
1. Please read the developer's guide regarding N+1 queries and complex properties
 
2. Do you have a question about multiple databases, or is this just a statement of fact?
 
Jeff Butler

 
On 11/14/06, soussou97 <[EMAIL PROTECTED]> wrote:

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.


Reply via email to