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(…).
The text was updated successfully, but these errors were encountered:
SessionTransactionData
inHibernateJpaDialect
still refers toSession.setFlushMode(FlushMode)
which was deprecated and now removed with Hibernate 6.0 CR2. Other code inHibernateJpaDialect
already uses the suggested alternativesetHibernateFlushMode(…)
.The text was updated successfully, but these errors were encountered: