We are using AWS Aurora 2.x database ( compatible with MySQL 5.7 ). From our application, we are interacting with database using hibernate. In one scenario, we want to use a custom value instead of the default one ( 50 seconds ).
I was able to change the value from MySQL work bench but not with Session/Transaction/Query class methods that belong to hibernate.