Class QueryName
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.management.QueryName
-
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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDisplayName()inthashCode()static QueryNamequeryName(String query)
-