-->
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: support for flashback query from oracle 10g ?
PostPosted: Tue Apr 29, 2008 11:43 am 
Newbie

Joined: Fri Apr 21, 2006 7:41 pm
Posts: 4
Hi Guru,

Flashback query is introduced in the oracle 10g, which handles the historical and temporal dimension of data out of box, each flashback query comes with "as of timestamp" clause, which returns version of data made to the database over the time at row level.

I can use the native sql query with "as of" in the hibernate, but it is clumsy, and a lot of hibernate functions are not used, it is obviously not a good approach.

I would like to know if there is a way of extending/customizing hibernate to support the oracle flashback query, which means that all the queries generated by hibernate comes with "as of timestamp" (either the timestamp is current time or past time) based on parameter of timestamp.
e.g I can load a object with timestamp, when I retrieve the array of objects from the object loaded with timestamp, the array of objects is also the version of data based on the parent object's timestamp as well, etc.


I appreciate it if anyone can shed light on it!

Thanks in advance!

xm


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.