Package org.openxava.converters
Class ArrayBytesBlobConverter
java.lang.Object
org.openxava.converters.ArrayBytesBlobConverter
- All Implemented Interfaces:
Serializable,IConverter
A bytes array (byte []) that in db it's saved as Blob.
Util for save photos in as400 where any object that we
store in a BLOD field is restore as java.sql.Blob.
- Author:
- Javier Paniza
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ArrayBytesBlobConverter
public ArrayBytesBlobConverter()
-
-
Method Details
-
toDB
- Specified by:
toDBin interfaceIConverter- Throws:
ConversionException
-
toJava
- Specified by:
toJavain interfaceIConverter- Throws:
ConversionException
-