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 mysql cluster and replicates the databases within the cluster. As soon as some of the databases is changed the other systems must be informed about this change.
Is Hibernate supporting this kind of functionality? I assume I must have some kind of trigger or procedure on the database layer.