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:
org.ujorm.extensions.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 © 2007-2012 PPonec