public abstract class AbstractLobTypeConvertor extends AbstractTypeConvertor
| Constructor and Description |
|---|
AbstractLobTypeConvertor(Class<?> fromType,
Class<?> toType)
Construct a Converter between given fromType an toType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AbstractProperties properties)
Configure the converter with given configuration.
|
protected int |
getLobBufferSize()
Get LOB buffer size.
|
void |
parameterize(String parameter)
Initialize the converter with the given parameter.
|
clone, fromType, toString, toTypeequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconvertpublic final void configure(AbstractProperties properties)
properties - Properties to use.public final void parameterize(String parameter)
null which both should lead to
the default behaviour of the converter.parameter - The parameter for the convertor (null if is not specified).protected final int getLobBufferSize()
Copyright © 2014. All rights reserved.