-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 
Author Message
 Post subject: Reactor with Hibernate - is it possible?
PostPosted: Fri Jan 21, 2005 2:15 pm 
Newbie

Joined: Wed Jun 30, 2004 3:51 pm
Posts: 7
Does Hibernate provide some kind of callback mechanisms that would
enable my app to react to the changes of the fields, or to the insertion of the new row on the database.

We will have group of events that may change states on the db, and we would like to have a callback that reacts to those state changes, or to the occurence of the new events. These events, and state changes are generated by db triggers.

Thank you,
Edmon


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 21, 2005 2:37 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Did you try to find something in the documentation before posting?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 21, 2005 5:26 pm 
Newbie

Joined: Wed Jun 30, 2004 3:51 pm
Posts: 7
christian wrote:
Did you try to find something in the documentation before posting?


Thanks for the helpful answer.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 21, 2005 5:34 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
You are welcome. Here is a link: http://www.hibernate.org/5.html


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 22, 2005 5:59 am 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
Adding listeners to database events is very difficult, and if possible only through proprietary interfaces. Better read up on things like cache invalidation and so on to keep your data consistent.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 5 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.