HHH-8811 collection read causes open cursors
This commit is contained in:
parent
e3040599f1
commit
c4c33943f2
|
@ -157,6 +157,7 @@ public abstract class AbstractLoadPlanBasedLoader {
|
|||
wrapper.getResultSet(),
|
||||
wrapper.getStatement()
|
||||
);
|
||||
session.getTransactionCoordinator().getJdbcCoordinator().release( wrapper.getStatement() );
|
||||
}
|
||||
persistenceContext.afterLoad();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue