Package com.github.marschall.threeten.jpa.oracle

Contains additional classed for Oracle and EclipseLink.

Attribute Converters

Contains additional attribute converters for Oracle that currently only work with EclipseLink.

All the converters have set Converter.autoApply() to true to they're automatically applied to all entities in the same persistence unit.

The Oracle driver module has to be visible to the deployment (eg Class Loading in WildFly).

Supported type conversions
ANSI SQL Java SE 8 Converter
TIMESTAMP WITH TIME ZONE ZonedDateTime OracleZonedDateTimeConverter
TIMESTAMP WITH TIME ZONE OffsetDateTime OracleOffsetDateTimeConverter
INTERVAL YEAR TO MONTH Period OraclePeriodConverter
INTERVAL DAY TO SECOND Duration OracleDurationConverter

EclipseLink Platforms

In addition as a work around for Bug 511999 we also provide the following platforms.
EclipseLink Platforms
Oracle Version Platform
12c PatchedOracle12Platform
Skip navigation links

Copyright © 2014–2018. All rights reserved.