HHH-15747 Add QuerySqmImpl#getTupleMetadata()
For Hibernate Reactive
This commit is contained in:
parent
276b7a6f95
commit
6f78c26390
|
@ -429,6 +429,9 @@ public class QuerySqmImpl<R>
|
|||
}
|
||||
}
|
||||
|
||||
public TupleMetadata getTupleMetadata() {
|
||||
return tupleMetadata;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getQueryString() {
|
||||
|
|
Loading…
Reference in New Issue