No, if you enable namespaces, you must specify them when you're executing queries. Of course you can create utility classes that do this.
Niels ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Filipe David Manana Sent: Thursday, May 08, 2008 10:57 PM To: [email protected] Subject: Re: sqp maps, namespaces a queries' IDs Ah! So, even with false (default) for the useStatementNamespaces setting, I will be able to use the Namespace.queryName notation? right? thanks a lot On Thu, May 8, 2008 at 10:24 PM, Christopher Lamey <[EMAIL PROTECTED]> wrote: 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 -- Filipe David Manana, [EMAIL PROTECTED] "The cruellest lies are often told in silence."
