Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3bab26739d13b7380e5e1e261183ba916e047153
https://github.com/hibernate/hibernate-orm/commit/3bab26739d13b7380e5e1e2...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/GeneratorType.java
M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java
Log Message:
-----------
javadoc for @GeneratorType and @GenericGenerator
Commit: 8ce224115361d3db5c275518650ffe70e60c3ed2
https://github.com/hibernate/hibernate-orm/commit/8ce224115361d3db5c27551...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M
hibernate-core/src/main/java/org/hibernate/id/factory/internal/StandardIdentifierGeneratorFactory.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/entities/Bunny.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/entities/PointyTooth.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/entities/TwinkleToes.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/sequences/entities/Bunny.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/sequences/entities/PointyTooth.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/id/sequences/entities/TwinkleToes.java
Log Message:
-----------
HHH-15781 make @GenericGenerator typesafe by adding type() member
this annotation is not deprecated, so we should at least make it typesafe
Commit: f03a43053da770b192daef64a8caaa7320c9f2e5
https://github.com/hibernate/hibernate-orm/commit/f03a43053da770b192daef6...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/GeneratorType.java
M hibernate-core/src/main/java/org/hibernate/annotations/IdGeneratorType.java
M hibernate-core/src/main/java/org/hibernate/annotations/ValueGenerationType.java
Log Message:
-----------
javadoc for @IdGeneratorType and @ValueGenerationType
Commit: 82db252422a989d22de4c6106c5fa698f123e820
https://github.com/hibernate/hibernate-orm/commit/82db252422a989d22de4c61...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java
Log Message:
-----------
HHH-15781 deprecate @GenericGenerator(strategy) in favor of @GenericGenerator(type)
Commit: f022d6ef3b33923491062e212623a16c903e214d
https://github.com/hibernate/hibernate-orm/commit/f022d6ef3b33923491062e2...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/SourceGeneration.java
M hibernate-core/src/main/java/org/hibernate/annotations/ValueGenerationType.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/tuple/AnnotationValueGeneration.java
A
hibernate-core/src/main/java/org/hibernate/tuple/AnnotationValueGenerationStrategy.java
M
hibernate-core/src/main/java/org/hibernate/tuple/GeneratedAlwaysValueGeneration.java
M hibernate-core/src/main/java/org/hibernate/tuple/GeneratedValueGeneration.java
M
hibernate-core/src/main/java/org/hibernate/tuple/InDatabaseValueGenerationStrategy.java
M
hibernate-core/src/main/java/org/hibernate/tuple/InMemoryValueGenerationStrategy.java
M hibernate-core/src/main/java/org/hibernate/tuple/TenantIdGeneration.java
M hibernate-core/src/main/java/org/hibernate/tuple/ValueGenerationStrategy.java
M hibernate-core/src/main/java/org/hibernate/tuple/VmValueGeneration.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/temporals/GeneratedUuidTests.java
Log Message:
-----------
HHH-15782 make @ValueGenerationType work with the new "split" hierarchy of
value generators
this was a lot easier than I thought it would be
Compare:
https://github.com/hibernate/hibernate-orm/compare/815c4eb4a1db...f022d6e...