-
Bug
-
Resolution: Done
-
Critical
-
3.2.0.CR1
-
plugin version: Hibernate Tools 3.4.0.v20110107-0119-H22-CR1
windows xp, java VM ver jdk1.6.0_21, eclipse helios:
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
C:\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810\eclipse_1309.dll
-startup
C:\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-product
org.eclipse.epp.package.jee.product)plugin version: Hibernate Tools 3.4.0.v20110107-0119-H22-CR1 windows xp, java VM ver jdk1.6.0_21, eclipse helios: -launcher C:\eclipse\eclipse.exe -name Eclipse --launcher.library C:\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810\eclipse_1309.dll -startup C:\eclipse\plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar -product org.eclipse.epp.package.jee.product)
I created quite complex case. The table has composite primary key which contains: 2xforeign key + enum type. Also the same column is called again in @Entity class with parameters: nullable=false, updatable=false, insertable=false. I can get a mapping diagram with a simple case where a table has just normal pri. key and an enum is in the @Entity.