I have an HTTP GET endpoint which fetches from DB using Hibernate, the query parameters should be optional, if one is null then won\'t be used in the DB query.
The Endpoi