hibernate / hibernate-reactive

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
https://hibernate.org/reactive
Apache License 2.0
441 stars 92 forks source link

Implement SelectionQuery#getResultsCount #1937

Closed DavideD closed 3 months ago

DavideD commented 5 months ago

Fix #1932

This only support the method for HQL queries, for native queries I need this PR merged in ORM: https://github.com/hibernate/hibernate-orm/pull/8542

FroMage commented 4 months ago

What's the status of this?

DavideD commented 4 months ago

I'm waiting for the release of ORM 6.5.3

DavideD commented 3 months ago

This will be included as part of https://github.com/hibernate/hibernate-reactive/pull/1969