/**
* Create an instance of Query for executing a named query
* (in the Java Persistence query language or in native SQL).
* @param name the name of a query defined in metadata
* @return the new query instance
* @throws IllegalArgumentException if a query has not been
*
defined with the given name or if the query string is
*
found to be invalid
*/
public Query createNamedQuery(String name);