Re: RAMDirectory and Hibernate

2005-11-16 Thread Peter Gelderbloem
on this design would be appreciated. Kind regards Peter Gelderbloem -Original Message- From: Peter Gelderbloem [mailto:[EMAIL PROTECTED] Sent: 11 November 2005 15:07 To: java-user@lucene.apache.org Subject: Re: RAMDirectory and Hibernate Martijn, Sorry for the late reply. I've be

Re: RAMDirectory and Hibernate

2005-11-11 Thread Peter Gelderbloem
ECTED] Sent: 29 October 2005 17:27 To: Peter Gelderbloem Cc: java-user@lucene.apache.org Subject: Re: RAMDirectory and Hibernate Peter, Have you had any success yet on this particular approach? regards, Martijn Peter Gelderbloem wrote: >Hi, >I want to map RAMDirectory to a database via Hibe

RAMDirectory and Hibernate

2005-09-09 Thread Peter Gelderbloem
Hi, I want to map RAMDirectory to a database via Hibernate. Any ideas on how to do this properly? I thought of using JDBCDirectory for this, but I need to support more databases than MySQL and PostgreSQL. Many thanks, Peter - To