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
  • Loading branch information
yrodiere committed Jun 11, 2024
1 parent 169608b commit 7fb0897
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 7fb0897

Please sign in to comment.