-->
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.  [ 4 posts ] 
Author Message
 Post subject: Hibernate and xml databases
PostPosted: Tue Jul 20, 2004 8:54 am 
Senior
Senior

Joined: Sun Mar 14, 2004 10:16 am
Posts: 129
Location: Ankara
I think hibernate does not support a xml database, such as "exist".
I wonder if it would be hard to integrate such property to hibernate. Because I want to use hibernate with a xml database and see the performance.
What do you people consider about xquery and xml databases?

_________________
-developer


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 20, 2004 10:44 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
From the front page:

Quote:
Hibernate is a powerful, ultra-high performance object/relational persistence and query service for Java

Notice especially the word relational. Hibernate is focused on RDBMS usage.

AFAIK, changes to Hibernate for usage with other database types (whether xml, ldap, etc) would be substantial. It would basically mean having to re-implement from scratch all the key interfaces.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 28, 2004 10:30 am 
Senior
Senior

Joined: Sun Mar 14, 2004 10:16 am
Posts: 129
Location: Ankara
but what if the xml database is kind of Relational Database.
for instance, eXist db (see http://exist.sourceforge.net/), it is relational and differ only from other db as keeping data in XML based configuration

_________________
-developer


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 28, 2004 10:31 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Does it provide an SQL API via JDBC?

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.