H2 Error: Function “COUNT_BIG” not found with JPA 3.3.2 and Hibernate 6
I’m trying to retrieve a paginated list of ImportElement entities where deleteTimestamp is null and insertDate is before a given referenceDate. The query works fine, but when trying to count the total number of elements for pagination, I’m getting the following error: