Issue with PUT request in Spring service updating database but not reflecting changes in response
I have a method in my Spring service that is called by the controller to handle a PUT request. Essentially, this method takes the ID of the feedback and the new feedback object to perform a custom query on the database. Instead of using JPA’s built-in methods, I need to perform casts for non-native types that I use via extensions for PostgreSQL.