Constructor and Description |
---|
ByteArrayConverter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
convert(Object val)
Conversion from SQL to Java.
|
Object |
toDatabaseParam(T val)
Conversion from Java to SQL.
|
public byte[] convert(Object val) throws ConverterException
Converter
ConverterException
public Object toDatabaseParam(T val)
Converter
toDatabaseParam
in interface Converter<T>
Copyright © 2015. All rights reserved.