I think there's is something wrong in the design of the Mutiny and Stage sessions when it comes to native queries. For example, this [Mutiny.Session#createNativeQuery](https://github.com/hibernate/hibernate-reactive/blob/87361ffc343351090a122455ff67910c44433541/hibernate-reactive-core/src/main/java/org/hibernate/reactive/mutiny/Mutiny.java#L1106) returns `SelectionQuery`. But, it should return a `ReactiveNativeQueryImplementor` like in ORM. I don't think there is a way for users to access the methods in `ReactiveNativeQuery` at the moment. We need to add more testing. (Noticed while adapting a test for [HHH-18629](https://hibernate.atlassian.net/browse/HHH-18629)) [HHH-18629]: https://hibernate.atlassian.net/browse/HHH-18629?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ