Serialized Form
Package org.apache.openjpa.util |
Class org.apache.openjpa.util.ByteId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
key
byte key
Class org.apache.openjpa.util.CallbackException extends org.apache.openjpa.util.UserException implements Serializable |
Class org.apache.openjpa.util.CharId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
key
char key
Class org.apache.openjpa.util.DateId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
key
java.util.Date key
Class org.apache.openjpa.util.GeneralException extends org.apache.openjpa.util.OpenJPAException implements Serializable |
Class org.apache.openjpa.util.Id extends org.apache.openjpa.util.OpenJPAId implements Serializable |
_id
long _id
Class org.apache.openjpa.util.InternalException extends org.apache.openjpa.util.OpenJPAException implements Serializable |
Class org.apache.openjpa.util.IntId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
key
int key
Class org.apache.openjpa.util.InvalidStateException extends org.apache.openjpa.util.UserException implements Serializable |
Class org.apache.openjpa.util.LockException extends org.apache.openjpa.util.StoreException implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
timeout
int timeout
Class org.apache.openjpa.util.LongId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
key
long key
Class org.apache.openjpa.util.MetaDataException extends org.apache.openjpa.util.UserException implements Serializable |
Class org.apache.openjpa.util.NoTransactionException extends org.apache.openjpa.util.InvalidStateException implements Serializable |
Class org.apache.openjpa.util.ObjectExistsException extends org.apache.openjpa.util.StoreException implements Serializable |
Class org.apache.openjpa.util.ObjectId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
_key
java.lang.Object _key
Class org.apache.openjpa.util.ObjectNotFoundException extends org.apache.openjpa.util.StoreException implements Serializable |
Class org.apache.openjpa.util.OpenJPAException extends java.lang.RuntimeException implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
Class org.apache.openjpa.util.OpenJPAId extends java.lang.Object implements Serializable |
type
java.lang.Class<T> type
subs
boolean subs
Class org.apache.openjpa.util.OptimisticException extends org.apache.openjpa.util.StoreException implements Serializable |
Class org.apache.openjpa.util.ProxyArrayList extends java.util.ArrayList implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyGregorianCalendar extends java.util.GregorianCalendar implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyHashMap extends java.util.HashMap implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyHashSet extends java.util.HashSet implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyHashtable extends java.util.Hashtable implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyLinkedList extends java.util.LinkedList implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyProperties extends java.util.Properties implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxySQLDate extends java.sql.Date implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyTime extends java.sql.Time implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyTimestamp extends java.sql.Timestamp implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyTreeMap extends java.util.TreeMap implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyTreeSet extends java.util.TreeSet implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyUtilDate extends java.util.Date implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ProxyVector extends java.util.Vector implements Serializable |
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException
Class org.apache.openjpa.util.ReferentialIntegrityException extends org.apache.openjpa.util.StoreException implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream arg0)
throws java.io.IOException
- Throws:
java.io.IOException
_iv
int _iv
Class org.apache.openjpa.util.ShortId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
key
short key
Class org.apache.openjpa.util.StoreException extends org.apache.openjpa.util.OpenJPAException implements Serializable |
Class org.apache.openjpa.util.StringId extends org.apache.openjpa.util.OpenJPAId implements Serializable |
key
java.lang.String key
Class org.apache.openjpa.util.UnsupportedException extends org.apache.openjpa.util.OpenJPAException implements Serializable |
Class org.apache.openjpa.util.UserException extends org.apache.openjpa.util.OpenJPAException implements Serializable |
Copyright © 2006 Apache Software Foundation. All Rights Reserved.