java Programming Glossary: holidaypackagevariant
Why is my EmbeddedId in hibernate not working? http://stackoverflow.com/questions/9923611/why-is-my-embeddedid-in-hibernate-not-working Key IDHOLIDAYPACKAGE IDHOLIDAYPACKAGEVARIANT in table HolidayPackageVariant where IDHOLIDAYPACKAGE refers to entity HolidayPackage with.. HolidayPackage with a Many to One relationship between HolidayPackageVariant and HolidayPackage . When I try to do the compund PK mapping.. . When I try to do the compund PK mapping in HolidayPackageVariant I get the following error Initial SessionFactory creation failed.org.hibernate.annotations.common.AssertionFailure..
|