HHH-12494 - BasicQueryContract (binary compatability)
(cherry picked from commit 57543a447e
)
This commit is contained in:
parent
934100c34f
commit
07560046f5
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue