Skip to content

Commit af14489

Browse files
committed
HHH-17404- Remove DURATION mapping to INTERVALDS
1 parent d816758 commit af14489

File tree

3 files changed

+0
-172
lines changed

3 files changed

+0
-172
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,9 +1086,6 @@ public void contributeTypes(TypeContributions typeContributions, ServiceRegistry
10861086
// Oracle requires a custom binder for binding untyped nulls with the NULL type
10871087
typeContributions.contributeJdbcType( NullJdbcType.INSTANCE );
10881088
typeContributions.contributeJdbcType( ObjectNullAsNullTypeJdbcType.INSTANCE );
1089-
// Oracle Stores the duration is ISO-8601 format.
1090-
typeContributions.contributeJdbcType( OracleDurationJdbcType.INSTANCE );
1091-
typeContributions.contributeJavaType( OracleDurationJavaType.INSTANCE );
10921089

10931090
// Until we remove StandardBasicTypes, we have to keep this
10941091
typeContributions.contributeType(

hibernate-core/src/main/java/org/hibernate/dialect/OracleDurationJavaType.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

hibernate-core/src/main/java/org/hibernate/dialect/OracleDurationJdbcType.java

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)