We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3b7bd commit 40e1dfdCopy full SHA for 40e1dfd
hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
@@ -1632,6 +1632,7 @@ else if ( isPersistentAttributeInterceptable( object ) ) {
1632
public boolean contains(Object object) {
1633
checkOpen();
1634
pulseTransactionCoordinator();
1635
+ delayedAfterCompletion();
1636
1637
if ( object == null ) {
1638
//TODO: this should throw IllegalArgumentException
@@ -1703,6 +1704,7 @@ private void assertInstanceOfEntityType(Object object) {
1703
1704
public boolean contains(String entityName, Object object) {
1705
checkOpenOrWaitingForAutoClose();
1706
1707
1708
1709
1710
return false;
0 commit comments