8000 fix · hibernate/hibernate-reactive@65098e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65098e6

Browse files
committed
fix
1 parent 28d487c commit 65098e6

File tree

1 file changed

+1
-1
lines changed
  • hibernate-reactive-core/src/main/java/org/hibernate/reactive/stage

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/stage/Stage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1548,7 +1548,7 @@ default Session setCacheRetrieveMode(CacheRetrieveMode cacheRetrieveMode) {
15481548
*
15491549
* @see org.hibernate.StatelessSession
15501550
*/
1551-
interface StatelessSession extends Closeable {
1551+
interface StatelessSession extends QueryProducer, Closeable {
15521552

15531553
/**
15541554
* Retrieve a row.

0 commit comments

Comments
 (0)
0