You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/synchronization/SynchronizationCallbackCoordinator.java
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,20 @@
7
7
importjakarta.transaction.Synchronization;
8
8
9
9
/**
10
-
* Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
10
+
* Funnels JTA {@link Synchronization} callbacks back into the Hibernate transaction engine.
Copy file name to clipboardExpand all lines: hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/synchronization/SynchronizationCallbackCoordinatorTrackingImpl.java
0 commit comments