Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 51f1e2f5bdc954351a22e6b4985037ab63b8331e
https://github.com/hibernate/hibernate-orm/commit/51f1e2f5bdc954351a22e6b...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/CompositeType.java
M
hibernate-core/src/main/java/org/hibernate/annotations/CompositeTypeRegistration.java
M hibernate-core/src/main/java/org/hibernate/annotations/Type.java
M hibernate-core/src/main/java/org/hibernate/annotations/TypeRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.java
Log Message:
-----------
HHH-15926 allow @Type and @CompositeType to be applied as meta-annotations
this was almost zero work, the implementation was already there