ObjectDB ObjectDB

newQuery(query) - JDO PersistenceManager's method

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