ObjectDB ObjectDB

newQuery(language, query) - JDO PersistenceManager's method

Method
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
Returns:
the new Query
Since:
JDO 1.0