org.apache.openjpa.kernel
Class QueryLanguages
java.lang.Object
org.apache.openjpa.kernel.QueryLanguages
public class QueryLanguages
- extends Object
Constants and utilities for query languages.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LANG_SQL
public static final String LANG_SQL
- See Also:
- Constant Field Values
LANG_METHODQL
public static final String LANG_METHODQL
- See Also:
- Constant Field Values
QueryLanguages
public QueryLanguages()
parserForLanguage
public static ExpressionParser parserForLanguage(String language)
- Return the
ExpressionParser
for language
, or
null
if no expression parser exists in the system for
the specified language.
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.