mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
HHH-17243 fixed Duration handling in MetadataBuildingProcess
This commit is contained in:
parent
f1e2fa17ef
commit
90b68eb7bc
@ -672,7 +672,7 @@ public void contributeAttributeConverter(Class<? extends AttributeConverter<?, ?
|
|||||||
jdbcTypeRegistry,
|
jdbcTypeRegistry,
|
||||||
preferredSqlTypeCodeForDuration,
|
preferredSqlTypeCodeForDuration,
|
||||||
Duration.class,
|
Duration.class,
|
||||||
"duration"
|
Duration.class.getSimpleName(), Duration.class.getName()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user