Multiple Schemas with Derby, Hibernate JPA

2010-09-20 Thread Simon James
I have a problem using multiple schemas with Derby, Hibernate JPA. Although I don't have the problem when using MySql, the database/schema models of Derby and MySql are different and so I realise this might be a problem with Hibernate rather than Derby. I have 2 schemas (S1 S2) each of which

RE: Multiple Schemas with Derby, Hibernate JPA

2010-09-20 Thread Clark, Harry
(); } } -Original Message- From: Simon James [mailto:sja...@btisystems.com] Sent: Mon 9/20/2010 2:48 AM To: derby-user@db.apache.org Cc: Subject:Multiple Schemas with Derby, Hibernate JPA I have a problem using multiple schemas with Derby, Hibernate JPA. Although I

RE: derby and jpa

2009-01-27 Thread Mikael Sundberg
Thank you, that seemed to work! /Micke -Original Message- From: Mark Thornton [mailto:mthorn...@optrak.co.uk] Sent: den 26 januari 2009 21:55 To: Derby Discussion Subject: Re: derby and jpa Mikael Sundberg wrote: Hi again, im using hibernate, and no the tables where already

derby and jpa

2009-01-26 Thread Mikael Sundberg
Hi I'm working on changing to JPA to talk to my database. But I seem to have encountered some problems. My tables named similar to: MyTable so I tell my JPA class that it belongs to MyTable but then it looks for MYTABLE and ofcourse it can't find it. When using SQL I have simply used Select *

Re: derby and jpa

2009-01-26 Thread Lance Andersen
Hi Micke, Which JPA implementation are you using? Did you have the JPA implementation create the tables for you? JPA 2.0 will help to clarify the case behavior semantics. Regards Lance On Jan 26, 2009, at 3:38 AM, Mikael Sundberg wrote: Hi I’m working on changing to JPA to talk to my

RE: derby and jpa

2009-01-26 Thread Mikael Sundberg
Hi again, im using hibernate, and no the tables where already there since its an existing database. /Micke From: lance.ander...@sun.com [mailto:lance.ander...@sun.com] Sent: den 26 januari 2009 15:29 To: Derby Discussion Subject: Re: derby and jpa Hi Micke, Which JPA implementation

Re: derby and jpa

2009-01-26 Thread Mark Thornton
Mikael Sundberg wrote: Hi again, im using hibernate, and no the tables where already there since its an existing database. /Micke This might help http://www.hibernate.org/hib_docs/reference/en/html/mapping-quotedidentifiers.html Note that JPA doesn't specify how to support quoted