I want to tell hibernate to give me a callback notification when a new row is inserted into my database (this row is inserted by another system / application.)
Im using a mysql cluster and replicating the databases in the cluster. As soon as some of the databases are changed, other systems should be informed of this change.
Is Hibernate supporting this kind of feature? I assume that I should have some kind of trigger or procedure at the database level.
anon
source
share