[hibernate-issues] [Hibernate-JIRA] Created: (HHH-4632) Oracle Flashback Query

Jerry Shea (JIRA) noreply at atlassian.com
Tue Dec 1 21:51:11 EST 2009


Oracle Flashback Query
----------------------

                 Key: HHH-4632
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4632
             Project: Hibernate Core
          Issue Type: New Feature
            Reporter: Jerry Shea
            Priority: Minor


Is it possible to get support for Oracle flashback (http://www.oracle.com/technology/deploy/availability/htdocs/Flashback_Overview.htm) in Hibernate?

Essentially flashback query allows you to query data as at a time - the query below gets data from A as at the start of the year:
SELECT * FROM A AS OF TIMESTAMP TO_TIMESTAMP('2009-01-01 01:00','YYYY-MM-DD HH:MI')

I appreciate that this is a vendor-specific extension. Is there a logical place in hibernate to add support for this extension?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list