<R> NativeQuery<R> createNativeQuery(String sqlString,
Class<R> resultClass)
Create a NativeQuery instance for the given native (SQL) query using implicit mapping to the specified Java type.
Parameters:
sqlString - Native (SQL) query string
resultClass - The Java type to map results to
Returns:
The NativeQuery instance for manipulation and execution
See Also:
EntityManager.createNativeQuery(String,Class)