Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: e323ec3d4a57c1ea31dc7826b9a55ab9bb9c2a0f
https://github.com/hibernate/hibernate-orm/commit/e323ec3d4a57c1ea31dc782...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/annotations/AnnotationMetadataSourceProcessorImpl.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/criteria/idclass/Helper.java
Log Message:
-----------
HHH-17300 detect and throw exception for @Table annotation on @MappedSuperclass (#7422)
+ very minor misc code cleanups