JDO Method
in javax.jdo.PersistenceManager

Query newQuery(
  String query
)


Create a Construct a new query instance using the specified String as the single-string representation of the query.
Parameters:
query - the single-string query
Return:
the new Query
Since:
JDO 2.0