Result Class

2008-11-19 Thread Bruno Frascino
Hello all, I have got: So my Resources class looks like: public class Resources{ private String id; private ResourceType resourceType; . } public class ResourceType{ private String code; private String description; } Is this possible? How can I make it

RE: Multiple Parameters

2008-10-20 Thread Bruno Frascino
my database and it works fine. Do you know any configuration that could affect this behaviour of passing multiple parameters? If I could see the query IBATIS is trying to run, maybe I could have a clue of what is happening... how can I see it? Thanks and r

Multiple Parameters

2008-10-19 Thread Bruno Frascino
ot null, I don't get any error doing this call but it returns an empty list. If I hardcode my query then I get my records... Any help please!? Cheers! Bruno Frascino NOTICE - This communication is intended only for the person or entity to which it is add