Greetings all I want to do something like a trigger or a listener (I don\'t know what) that will listen on a specific database table, and with each new record inserted on th
I assume you mean that the DB content is added through your hibernate code.
If so, consult this previous answer of mine for how to set up Hibernate Event Listeners with Spring.
Otherwise, a-horse-with-no-name's answer should be best.