29 January 2008 - java_dev (original) (raw)

Let's say I have tones of named queries through all my entities. These queries have one/two or more named parameters in conditional expression.
The common way to encapsulate my named query lookup in my JPADAO is something like this:

( Read more...Collapse )