Hi,
First of all I would like to mention that this is my first post in this forum, I hope that this question is posted in the right place. I have tried finding a solution for my problem, but it either doesn't exist, or my limited brain can't manage to figure out how to do it (I strongly hope it is the latter).
We're evaluating the hibernate reverse engineering feature of the JBoss Tools to automatically build ejb entity beans out of a existing PostgreSQL database with around 100 tables.
Our problem is that we can't read tables that contain uppercase letters (see
HBX-1000).
The solution/workaround in jira doesn't quite work for us because we don't have the entities/mapping-files yet. Does anybody know of a way to access postgresql uppercase tables? Or does anybody know which files we have to change in hibernate to make this work (PostgreSQLDialect.java)?
Thanks in advance!