createNativeQuery
Creates a native query from the provided SQL string using standard PostgreSQL positional parameters (e.g. $1, $2).
Return
A newly created NativeQuery.
Parameters
sql
The SQL statement to prepare.
Creates a native query from the provided SQL string using standard PostgreSQL positional parameters (e.g. $1, $2).
A newly created NativeQuery.
The SQL statement to prepare.