Is it possible to push the PK down into an aggregated entity that contains other non-key attributes?
@IdClass and @EmbeddedId allow you to define a PK (or composite key) in an aggregated entity.
But is it possible to map something like:
And yes, I know this is just a bad idea
Thanks!
Shannon