Skip to content

Commit 32ff9ab

Browse files
BidyadharMejannett
authored andcommitted
HHH-17404- Remove DURATION mapping to INTERVALDS
1 parent 80aab49 commit 32ff9ab

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
@@ -1036,9 +1036,6 @@ public void contributeTypes(TypeContributions typeContributions, ServiceRegistry
10361036
// Oracle requires a custom binder for binding untyped nulls with the NULL type
10371037
typeContributions.contributeJdbcType( NullJdbcType.INSTANCE );
10381038
typeContributions.contributeJdbcType( ObjectNullAsNullTypeJdbcType.INSTANCE );
1039-
// Oracle Stores the duration is ISO-8601 format.
1040-
typeContributions.contributeJdbcType( OracleDurationJdbcType.INSTANCE );
1041-
typeContributions.contributeJavaType( OracleDurationJavaType.INSTANCE );
10421039

10431040
// Until we remove StandardBasicTypes, we have to keep this
10441041
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)