Query newQuery(
String language,
Object query
)
Create a new
Query
using the specified language. - Parameters:
language
- the language of the query parameterquery
- the query, which is of a form determined by the language
- Return:
- the new
Query
- Since:
- JDO 1.0