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

Support `SelectionQuery.getResultCount()` #1932

Closed FroMage closed 3 months ago

FroMage commented 5 months ago

See https://docs.jboss.org/hibernate/orm/6.5/javadocs/org/hibernate/query/SelectionQuery.html#getResultCount()

DavideD commented 3 months ago

Fixed by https://github.com/hibernate/hibernate-reactive/pull/1969

FroMage commented 3 months ago

Great, thanks!