Tagged Questions

1
vote
0answers
647 views

Hibernate Validator: EmbeddedId constraint ignored by hbm2ddl

Fairly specific question here, but it's been bugging me for a day now: I'm using Hibernate Core, Annotations & Validator on PostgreSQL 8.3. I have the following classes setup: @Entity ...