-->
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.  [ 1 post ] 
Author Message
 Post subject: Global DB revison on new/changed records
PostPosted: Tue May 08, 2007 9:00 am 
Newbie

Joined: Tue May 08, 2007 5:25 am
Posts: 3
Hibernate 1.2.0 GA
Using MS SQL 2005

Let's say, we have simple db (it may be splitted later) with few tables (huge ones -- records are permanent, only markable as deleted), some of which have column version (to synch parts of db with other dbs through interface that's using nhibernate). The problem is that we want now implement revision number to reflect all the changes on those tables (sequential, unique) that will be incremented and applyed to any new/changed records.
Adding/changing of records is possible through another interfaces which can be running on remote hosts in parallel.

Is it possible to implement this scheme by using only (mostly?) nhibernate (w/o external stuff such as triggers on server side)?


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

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.