Archive for April, 2007
Hibernate Xdoclet many-to-one generates dulicate unique=”true” – SOLVED!
While working on my degree project i came across a situation where i needed a one-to-one relationship. Among the two methods to implement such relationship in hibernate, i choose to use the foreign-key method other than the shared primary key method.
I was unable to do a schemaExport because of xdoclet generating two unique=”true” attributes in [...]