I am trying to update a singleton object ( which is loaded by spring on application startup using the bean definition ) . This object is however loaded with entries from a table in a database ( MySQL ).
This table can be updated from time to time through the application.
Is it possible to update the singleton object using spring and hibernate when a row in the database is updated ?