Look at the FAQs
http://www.hibernate.org/74.html#A3
try "'Users'" as table name.
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
Damijan Sencar
Envoye : jeudi 9 octobre 2003 21:25
A : [EMAIL PROTECTED]
Objet : [Hibernate] Case
Hi!
How can use case sensitive Postgres table names with hibrenate mapping?
e.g. table with name Users gave hibernate an error "relation users not
found".
If I change table name Users to users everything works well. In
Users.hbm.xml I put in both cases table name in uppercase (i.e. Users).
Tha