org.ujorm.orm
Interface BytesWrapper


public interface BytesWrapper

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

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 2013, Pavel Ponec