In my spring boot app, I ran a query in my service which takes 3 params that should populate a list of objects. Query is being called I was able to run the query in SQL developer but it does not populate the object.
OrderRepository is an interface with only 1 query.