spring-hibernate-query-utils
spring-hibernate-query-utils copied to clipboard
Feature Request: Filter sql query for count
would be nice if the query counter could be configured to filter only specific types of sql statements, like INSERT or UPDATE or SELECT.
Hello @samuelstein
I agree, it is a feature I had in mind but didn't have the time to work on it. I think it is an easy PR that could be done by using the prepareStatement interceptor method.
Feel free to try it out!
okay, i will give it a try