JPA Method
in javax.persistence.EntityManager

Query createNativeQuery(
  String sqlString, 
  String resultSetMapping
)


Create an instance of Query for executing a native SQL query.
Parameters:
sqlString - a native SQL query string
resultSetMapping - the name of the result set mapping
Return:
the new query instance
Since:
JPA 1.0