How to query all rows between two specific dates using spring data jpa methods without using JPQL
I need to query all rows between two dates i.e. greater than or equal to fromDate and less than or equal to toDate. However, I’m unable to get the data from H2 database.