Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 033eea4258a7b523062db36adfa4e64173b9880b
https://github.com/hibernate/hibernate-orm/commit/033eea4258a7b523062db36...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2019-12-07 (Sat, 07 Dec 2019)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/EmbeddableMappingType.java
Log Message:
-----------
minor change
- initialize `#valueMapping` field during
`org.hibernate.metamodel.mapping.EmbeddableMappingType` ctor by passing along the
creator-function, allowing `#valueMapping` to become physically final (was always
logically final).