public class QueryName
extends Object
Represents the Hibernate query name which is passed in as a parameter. The displayQuery can be obtained which
has spaces and other symbols replaced with a textual description (which shouldn't be changed or localized.
The localization rule is so that one set of admin scripts will work against any back end system. If it becomes
more important to localize the textual descriptions, care should be taken to avoid duplicate values when doing so.
- Author:
- Scott Marlow