Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9660a0424f02c148080e220583c38c6422eeff1f
https://github.com/hibernate/hibernate-orm/commit/9660a0424f02c148080e220...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/IdGeneratorType.java
M hibernate-core/src/main/java/org/hibernate/annotations/ValueGenerationType.java
M hibernate-core/src/main/java/org/hibernate/generator/AnnotationBasedGenerator.java
Log Message:
-----------
clarify AnnotationBasedGenerator vs constructor for Generators
this was unclear/misleading in the javadoc, as pointed out by @sebersole