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
Following up on #35705, the upcoming JPA 4.0 M2 contains a new FlushModeType.EXPLICIT, analogous to Hibernate's FlushMode.MANUAL. We can use this for read-only transactions in DefaultJpaDialect now if available.