Class ByteArrayTypeHandler

java.lang.Object
org.alfresco.ibatis.ByteArrayTypeHandler
All Implemented Interfaces:
org.apache.ibatis.type.TypeHandler

public class ByteArrayTypeHandler extends Object implements org.apache.ibatis.type.TypeHandler
MyBatis 3.x TypeHandler for _byte[] to BLOB types.
Since:
5.0
Author:
sglover