Skip to content

Commit

Permalink
Delegate to the correct method in TransactionScopedStatelessSession#f…
Browse files Browse the repository at this point in the history
…etch

(cherry picked from commit 7fb0897)
  • Loading branch information
yrodiere authored and gsmet committed Jun 11, 2024
1 parent 8169a80 commit 44c6029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public void refresh(String s, Object o, LockMode lockMode) {
public void fetch(Object o) {
checkBlocking();
try (SessionResult emr = acquireSession()) {
emr.statelessSession.refresh(o);
emr.statelessSession.fetch(o);
}
}

Expand Down

0 comments on commit 44c6029

Please sign in to comment.