Query createNativeQuery(
String sqlString,
String resultSetMapping
)
Create an instance of Query for executing a native SQL query.
- Parameters:
sqlString- a native SQL query stringresultSetMapping- the name of the result set mapping
- Return:
- the new query instance
- Since:
- JPA 1.0