We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec80bc7 commit 2e192aeCopy full SHA for 2e192ae
hibernate-core/src/main/java/org/hibernate/query/QueryProducer.java
@@ -191,8 +191,6 @@ public interface QueryProducer {
191
* @return The {@link NativeQuery} instance for manipulation and execution
192
*
193
* @see jakarta.persistence.EntityManager#createNativeQuery(String,Class)
194
- *
195
- * @apiNote Changes in JPA 3.2 required de-typing this to be compilable with their changes
196
*/
197
<R> NativeQuery<R> createNativeQuery(String sqlString, Class<R> resultClass);
198
0 commit comments