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 58babe3 commit bd92b19Copy full SHA for bd92b19
hibernate-core/src/main/java/org/hibernate/query/named/NamedObjectRepository.java
@@ -84,7 +84,7 @@ public interface NamedObjectRepository {
84
/**
85
* Resolve the named query with the given name.
86
*/
87
- NamedQueryMemento resolve(
+ NamedQueryMemento<?> resolve(
88
SessionFactoryImplementor sessionFactory,
89
MetadataImplementor bootMetamodel,
90
String registrationName);
0 commit comments