Skip to content

Clean up classes and interfaces for native queries #2045

Open
@DavideD

Description

@DavideD

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 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)

Metadata

Metadata

Assignees

Labels

designA design or implementation issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions