mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 19:58:16 +00:00
- Hibernate Processor - generate ID class in metadata class if entity not annotated with @IdClass; order of record components must match order of properties in entity class - Hibernate Core - check if ID class has been properly generated with preserved order of components - Annotated existing test entity classes with @Exclude when ID class can not be generated without causing compilation errors