-->
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: Use Hibernate with Non-SQL Legacy Datastore?
PostPosted: Sat Jun 03, 2006 1:33 pm 
Newbie

Joined: Sat Jun 03, 2006 1:05 pm
Posts: 1
Is there a possibility to use Hiberante with a non-SQL capable datastore?

I'm working in a project where the database access occurs by transfering XML documents between our application and a proprietary datastore. The datastore supports some very basic functions of a RDBMS:

    - select, insert, update, delete on tables
    - filtering with boolean operators (where clause)
    - sorting

Examples of missing featues:
    - table joins
    - aggregate functions
    - DDL
    - ...and more


Because the language for datastore access is so limited I think that it is not possible to write a JDBC driver for it. Would there be another way to control the way how hibernate retreives/write data to a persistent storage?

Thanks in advance for any helpful hints..

Rolf


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.