Class ArrayBytesBlobConverter

java.lang.Object
org.openxava.converters.ArrayBytesBlobConverter
All Implemented Interfaces:
Serializable, IConverter

public class ArrayBytesBlobConverter extends Object implements 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: