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
SessionTransactionData in HibernateJpaDialect still refers to Session.setFlushMode(FlushMode) which was deprecated and now removed with Hibernate 6.0 CR2. Other code in HibernateJpaDialect already uses the suggested alternative setHibernateFlushMode(…).