On Thu, 31 May 2007, Giovanni D'Addabbo wrote:
Ok it work very well but i've read in the book that i can use dot
notation, for example Account.gettAllUsers ok now is the problem...how
can i use this dot notation? :D
IIUC, you need to enable namespaces:
...
...
...
sele
Let me start by saying that I don't have the book, and I don't understand
your question..
Anyway I like the 'feature' of IBATIS that I can map a join query to objects
and child objects using 'dot notation'
Example;
I've got a domain class called Declaration, in it is a other domain class
w