Skip to content

Commit

Permalink
HHH-17243 Update hibernate-core/src/main/java/org/hibernate/boot/mode…
Browse files Browse the repository at this point in the history
…l/process/spi/MetadataBuildingProcess.java

Co-authored-by: Christian Beikov <christian.beikov@gmail.com>
  • Loading branch information
KaiSuchomel and beikov committed Sep 29, 2023
1 parent cfc4374 commit 9c2c863
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -672,7 +672,7 @@ public void contributeAttributeConverter(Class<? extends AttributeConverter<?, ?
jdbcTypeRegistry,
preferredSqlTypeCodeForDuration,
Duration.class,
Duration.class.getSimpleName(), Duration.class.getName()
StandardBasicTypes.DURATION.getName()
);
}
else {
Expand Down

0 comments on commit 9c2c863

Please sign in to comment.