Thnx.
Noticed that. Passing antoher parameter order by asc and desc and using comparable on my dto's to get the sorting right. I have to do this elswhere because mysql does not support unions.
...
Type: Posts; User: kjvoogd; Keyword(s):
Thnx.
Noticed that. Passing antoher parameter order by asc and desc and using comparable on my dto's to get the sorting right. I have to do this elswhere because mysql does not support unions.
...
ok,
figured as much. TextFormat Class is a nice idea.
KJ
hi,
I'm trying to implement some dynamic queries in springs dao framework. What i'm essentially trying to do is supply some parameters for other things than real sql parameters.
Essentially...