The Oracle driver module has to be visible to the deployment (eg Class Loading in WildFly).
ANSI SQL | Java SE 8 | Name |
TIMESTAMP WITH TIME ZONE |
ZonedDateTime |
"OracleZonedDateTimeType" |
TIMESTAMP WITH TIME ZONE |
OffsetDateTime |
"OracleOffsetDateTimeType" |
TIMESTAMP |
LocalDateTime |
"OracleLocalDateTimeType" |
INTERVAL YEAR TO MONTH |
Period |
OraclePeriodType.NAME |
INTERVAL YEAR TO MONTH |
Period |
OracleJdbc42PeriodType.NAME |
INTERVAL DAY TO SECOND |
Duration |
OracleDurationType.NAME |
INTERVAL DAY TO SECOND |
Duration |
OracleJdbc42DurationType.NAME |
Class | Description |
---|---|
OracleDurationType | Deprecated.
use ojdbc8 12.2.0.1 and
OracleJdbc42DurationType |
OracleIntervalTypeContributor |
TypeContributor for adding Oracle INTERVALYM and INTERVALDS specific Type implementations.
|
OracleJdbc42DurationType |
Type mapping
Duration to INTERVALDS . |
OracleJdbc42PeriodType |
Type mapping
Period to INTERVALYM . |
OracleLocalDateTimeType | Deprecated.
use ojdbc8 12.2.0.1 and Jdbc42LocalDateTimeType from threeten-jpa-jdbc42-hibernate
|
OracleOffsetDateTimeType | Deprecated.
use ojdbc8 12.2.0.1 and Jdbc42OffsetDateTimeType from threeten-jpa-jdbc42-hibernate
|
OraclePeriodType | Deprecated.
use ojdbc8 12.2.0.1 and
OracleJdbc42PeriodType |
OracleTimestampTypeContributor |
TypeContributor for adding Oracle TIMESTAMP specific Type implementations.
|
OracleTimestamptzTypeContributor |
TypeContributor for adding Oracle TIMESTAMPTZ specific Type implementations.
|
OracleZonedDateTimeType |
Type mapping
ZonedDateTime to TIMESTAMPTZ . |
Copyright © 2014–2018. All rights reserved.