public interface WrapperOptions
Gives binding (nullSafeSet) and extracting (nullSafeGet) code access to options.
| Modifier and Type | Method and Description |
|---|---|
TimeZone |
getJdbcTimeZone()
The JDBC
TimeZone used when persisting Timestamp and DateTime properties into the database. |
LobCreator |
getLobCreator()
Obtain access to the
LobCreator |
SqlTypeDescriptor |
remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
Allow remapping of descriptors for dealing with sql type.
|
boolean |
useStreamForLobBinding()
Should streams be used for binding LOB values.
|
boolean useStreamForLobBinding()
Should streams be used for binding LOB values.
true/falseLobCreator getLobCreator()
Obtain access to the LobCreator
SqlTypeDescriptor remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
Allow remapping of descriptors for dealing with sql type.
sqlTypeDescriptor - The known descriptorTimeZone getJdbcTimeZone()
The JDBC TimeZone used when persisting Timestamp and DateTime properties into the database.
This setting is used when storing timestamps using the PreparedStatement.setTimestamp(int, Timestamp, Calendar) method.
This way, the storage TimeZone can differ from the default JVM TimeZone given by TimeZone.getDefault().
TimeZoneCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.