-->
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.  [ 3 posts ] 
Author Message
 Post subject: Hibernate in a non-database environment, such as file system
PostPosted: Mon Oct 17, 2005 3:31 pm 
Newbie

Joined: Mon Oct 17, 2005 3:26 pm
Posts: 4
I wasn't able to find any information on whether Hibernate can run in a non-database (file system) environment, so I'm assuming probably not. Considering the powerful queries it supports I'm assuming that it probably requires the query capabilities of a SQL-based database.

However, it doesn't hurt to ask...does Hibernate support a file system based repository? Any plans to?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 3:38 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
You would have to implement such a thing yourself, using a custom persister.


But, why not just use HSQL? It's just SQL on top of flat files, after all...


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 17, 2005 3:50 pm 
Newbie

Joined: Mon Oct 17, 2005 3:26 pm
Posts: 4
Good suggestion. I wasn't aware of HSQL, but it looks like a good solution. It even supports a memory-only db which would work quite nicely for our design-time testing scenario.

Thanks!


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