max wrote:
hmm might be an oversight in the property view implementation.
put it in jira.
note: you can do "select a.id.version, a.id.tableA, a from TableC as a"
if you want
Will do that. I believe I've found another bug:
in Eclipse, autocompletion of the "table" element in .hbm.xml files works. The problem is with capital letters. At least in PostgreSQL, for hibernate to work you need to write the table name in between `` (example, `TableName`).
Unfortunately, auto complete won't add the ``. If you manually add them, you'll lose the column names when writing the properties.
If you leave the table name without the ``, the query won't work (it will say it can't find tablename - with a small "t" and "n").