]
Josef Kopriva closed JBIDE-4265.
--------------------------------
Closing, nothing to do.
Table for collections(set, map...) shouldn't be required when hbm
file is been exporting.
-----------------------------------------------------------------------------------------
Key: JBIDE-4265
URL:
https://issues.redhat.com/browse/JBIDE-4265
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: hibernate
Affects Versions: 3.1.0.M1
Reporter: Dmitry Geraskov
Assignee: Dmitry Geraskov
Priority: Major
Fix For: 3.1.0.CR2
Attachments: patch.txt, src.zip
We need to check that table was set for collections before export it. Now it is done in
the following way:
table="${value.collectionTable.name}"
without any checks.