public interface WrapperOptions
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()
true
/false
LobCreator getLobCreator()
LobCreator
SqlTypeDescriptor remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
sqlTypeDescriptor
- The known descriptorTimeZone getJdbcTimeZone()
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()
.TimeZone
Copyright © 2019 JBoss by Red Hat. All rights reserved.