Skip to content

Commit

Permalink
HHH-12494 - BasicQueryContract (binary compatability)
Browse files Browse the repository at this point in the history
(cherry picked from commit 57543a4)
  • Loading branch information
sebersole committed Apr 17, 2018
1 parent 934100c commit 0756004
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,9 +30,9 @@ public interface BasicQueryContract {
* @deprecated (since 5.2) use {@link #setHibernateFlushMode} instead
*/
@Deprecated
default CommonQueryContract setFlushMode(FlushMode flushMode) {
default BasicQueryContract setFlushMode(FlushMode flushMode) {
setHibernateFlushMode( flushMode );
return (CommonQueryContract) this;
return this;
}

/**
Expand Down

0 comments on commit 0756004

Please sign in to comment.