java.lang.Object
io.ebeaninternal.server.core.timezone.SimpleDataTimeZone
io.ebeaninternal.server.core.timezone.OracleDataTimeZone
- All Implemented Interfaces:
DataTimeZone
Implementation of DataTimeZone that clones the Calendar instance.
Used with Oracle JDBC driver as that wants to mutate the Calender.
-
Field Summary
Fields inherited from class io.ebeaninternal.server.core.timezone.SimpleDataTimeZone
zone -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the Calendar to use for Timezone information when reading/writing timestamps.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.ebeaninternal.server.core.timezone.DataTimeZone
getTimeComponentTimeZone
-
Constructor Details
-
OracleDataTimeZone
-
-
Method Details
-
getTimeZone
Description copied from interface:DataTimeZoneReturn the Calendar to use for Timezone information when reading/writing timestamps.- Specified by:
getTimeZonein interfaceDataTimeZone- Overrides:
getTimeZonein classSimpleDataTimeZone
-