ObjectDB ObjectDB

Query.JDOQL - JDO static field

Static Field
javax.jdo.Query
String JDOQL

The string constant used as the first argument to PersistenceManager.newQuery(String,Object) to identify that the created query should obey the JDOQL syntax and semantic rules.

This is the default query language used when creating a query with any of the other PersistenceManager.newQuery methods, except PersistenceManager.newQuery(Object), which uses the query language of the compiled query template object passed to that method.

Since:
JDO 2.0