Open
Description
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