jeudi 10 décembre 2015

Database listener with spring hibernate latest versions annotations

When a record is inserted/updated into a SQL Server database table(which is done by a C# application), I need to listen to the changes from the java application(Spring hibernate) and process the record.

With the new annotations and stuff is there any way we can implement a listener? I understand the diff between trigger and a listener. I am interested in listener here. Any article would be great.

I looked at hibernate interceptor which is not an option in my case.

Note C# application will be commissioned later, but for now C# app will not take any changes.

Any suggestions? please. Thanks in advance.

Aucun commentaire:

Enregistrer un commentaire