i have a composite id defined on my class structure as below. Unfortunatly i always get a hibernate error that complains on the not found \"part2\":
\"Property of @IdCla
Actually bumped into the same problem.
same problem
As:
@Override @Id public getPart2() { return super.getPart2(); }
Does seem to work, I would deem it a bug. See https://hibernate.atlassian.net/browse/HHH-9114.