Package org.eclipse.persistence.jpa.jpql
Class JPQLQueryProblemResourceBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- java.util.ListResourceBundle
-
- org.eclipse.persistence.jpa.jpql.JPQLQueryProblemResourceBundle
-
public final class JPQLQueryProblemResourceBundle extends ListResourceBundle
The resource bundle containing the problems encountered in a JPQL query.- Since:
- 2.3
- Version:
- 2.5.2
- Author:
- Pascal Filion
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTIES_FILE_NAME
The file name of the .properties file that is equivalent to thisListResourceBundle
.
-
Constructor Summary
Constructors Constructor Description JPQLQueryProblemResourceBundle()
-
Method Summary
-
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
-
-
-
-
Field Detail
-
PROPERTIES_FILE_NAME
public static final String PROPERTIES_FILE_NAME
The file name of the .properties file that is equivalent to thisListResourceBundle
.
-
-