public class WrapperOptionsImpl extends Object implements WrapperOptions
Constructor and Description |
---|
WrapperOptionsImpl(SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
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.
|
public WrapperOptionsImpl(SessionImplementor session)
public boolean useStreamForLobBinding()
WrapperOptions
useStreamForLobBinding
in interface WrapperOptions
true
/false
public LobCreator getLobCreator()
WrapperOptions
LobCreator
getLobCreator
in interface WrapperOptions
public SqlTypeDescriptor remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
WrapperOptions
remapSqlTypeDescriptor
in interface WrapperOptions
sqlTypeDescriptor
- The known descriptorCopyright © 2016 JBoss by Red Hat. All rights reserved.