Skip to content

Commit 9c2c863

Browse files
KaiSuchomelbeikov
andcommitted
HHH-17243 Update hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
Co-authored-by: Christian Beikov <[email protected]>
1 parent cfc4374 commit 9c2c863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ public void contributeAttributeConverter(Class<? extends AttributeConverter<?, ?
672672
jdbcTypeRegistry,
673673
preferredSqlTypeCodeForDuration,
674674
Duration.class,
675-
Duration.class.getSimpleName(), Duration.class.getName()
675+
StandardBasicTypes.DURATION.getName()
676676
);
677677
}
678678
else {

0 commit comments

Comments
 (0)