mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-07 10:19:36 +00:00
- Hibernate Processor - create ID class in meta data class if entity class with more than one ID component is not annotated with @IdClass; property order must be preserved - Hibernate Core - if entity class has more than one ID component, but is not annotated with @IdClass entity binder should try to use ID class from metamodel if generated