Hello, Yes you can.
Please see page 10 of the iBATIS PDF, specifically the section on useStatementNamespaces for details. Cheers, Chris On 5/8/08 1:47 PM, "Filipe David Manana" <[EMAIL PROTECTED]> wrote: > Hi, > > In my app I have several sql maps (each one in a separate xml file). Each > sql map has a diferent purpose, so each one has a different namespace. > It happens that I have different sql maps (different namespaces) with > queries (select) that have the same ID. When I use SqlMapClient method like > queryForObject, > can I specify something like "Example.getNames" as the query name? Where > Example is the namespace and getNames is the query ID. > > cheers
