EmbeddedId « Validation « JPA Q&A





1. JPA validation problem: Entity 'X' has no Id or EmbeddedId    stackoverflow.com

Which, I couldn't quite figure out why Eclipse Galileo's JPA validator would say so, as my class 'X' clearly had an @Id annotation on the primary key "uniqueId". The error would ...