Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

(JPA) quotation marks around column names

dh2k7May 13 2008 — edited May 13 2008
Hello,

we use postgres in our project.
But the table and column names are not in lowercase, (the first character is upper).
Is there a way that the jpa puts quotation marks around the table and column names in the queries, because postgres converts them all to lowercase if there are no quotation marks.
And then we get the error that the relation does not exist.

thanks!
Dirk
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2008
Added on May 13 2008
2 comments
1,054 views