lrose
13
There are good reasons to use them.
- They keep your queries organized in a single place and callable from anywhere in the project.
- Make reusing the same query simpler.
- Can be cached.
- Can be used in bindings.
Here is some more advise about when you should and should not use a Named Query
2 Likes