JDO Method
in javax.jdo.PersistenceManager

Query newQuery(
  String language, 
  Object query
)


Create a new Query using the specified language.
Parameters:
language - the language of the query parameter
query - the query, which is of a form determined by the language
Return:
the new Query
Since:
JDO 1.0