org.apache.openjpa.jdbc.sql
Class DBDictionary.SerializedData
java.lang.Object
   org.apache.openjpa.jdbc.sql.DBDictionary.SerializedData
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
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
bytes
public final byte[] bytes
DBDictionary.SerializedData
public DBDictionary.SerializedData(byte[] bytes)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.