org.apache.openjpa.jdbc.sql
Class DBDictionary.SerializedData

java.lang.Object
  extended by org.apache.openjpa.jdbc.sql.DBDictionary.SerializedData
Enclosing class:
DBDictionary

public static class DBDictionary.SerializedData
extends Object

Used by some mappings to represent data that has already been serialized so that we don't have to serialize multiple times.


Field Summary
 byte[] bytes
           
 
Constructor Summary
DBDictionary.SerializedData(byte[] bytes)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

public final byte[] bytes
Constructor Detail

DBDictionary.SerializedData

public DBDictionary.SerializedData(byte[] bytes)


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.