org.ujorm.orm
Interface BytesWrapper


public interface BytesWrapper

Bytes wrapper is used to store Java objects to BLOB or BYTEA databse column type.

Author:
Pavel Ponec
See Also:
StringWraper

Method Summary
 byte[] exportToBytes()
          Export the value as an array of bytes.
 

Method Detail

exportToBytes

byte[] exportToBytes()
Export the value as an array of bytes.



Copyright © 2012. All Rights Reserved.