[#1544] Remove AttachableInternal.getAttachables() - Throw an
UnsupportedOperationException in AbstractQueryPart.getDialect()
This commit is contained in:
parent
b7bb5d965a
commit
b23b21c82e
@ -105,7 +105,7 @@ abstract class AbstractQueryPart implements QueryPartInternal, AttachableInterna
|
||||
@Override
|
||||
@Deprecated
|
||||
public final SQLDialect getDialect() {
|
||||
return getConfiguration().getDialect();
|
||||
throw new UnsupportedOperationException("This method is no longer supported");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user