I created jira issue for this as nobody replied.
https://hibernate.onjira.com/browse/HHH-7195
19.03.2012 17:12, Dmitry Geraskov пишет:
Hi, guys,
I am working on the hibernate tools code generation problem for tables
which has quoted names (name, schema or catalog has special
symbols(dot for ex.)).
Any reason why Table#setName(x) and Table#setSchema(x) have "unquote"
logic, but Table#setCatalog(x) does not?
Dmitry Geraskov