Skip to content

Support Hibernate DevUI HQL Console for Hibernate Reactive #48483

Open
@mbellade

Description

@mbellade

Description

Following up on #39584, we now have a DevUI interface that allows querying data and testing arbitrary HQL statements with Hibernate ORM.

Currently, Hibernate Reactive is not supported by this interface (see #48477), but it would be nice to also enable the console for developers that only use the Reactive version of Hibernate's APIs. Implementation should be relatively easy, we just need to find a way to override the executeHQL method in HibernateOrmDevJsonRpcService to use Reactive instead of ORM.

Implementation ideas

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions