Serialized Form


Package org.apache.openjpa.persistence

Class org.apache.openjpa.persistence.AnnotationPersistenceMetaDataSerializer.SerializationComparator extends MetaDataInheritanceComparator implements Serializable

Class org.apache.openjpa.persistence.ArgumentException extends IllegalArgumentException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.EntityExistsException extends javax.persistence.EntityExistsException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.EntityManagerFactoryImpl extends Object implements Serializable

Serialized Fields

_factory

DelegatingBrokerFactory _factory

Class org.apache.openjpa.persistence.EntityManagerImpl extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.EntityNotFoundException extends javax.persistence.EntityNotFoundException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.InvalidStateException extends IllegalStateException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.NonUniqueResultException extends javax.persistence.NonUniqueResultException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.NoResultException extends javax.persistence.NoResultException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.OptimisticLockException extends javax.persistence.OptimisticLockException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.PersistenceException extends javax.persistence.PersistenceException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.QueryImpl extends Object implements Serializable

Serialized Fields

_query

DelegatingQuery _query

_named

Map<K,V> _named

_positional

List<E> _positional

Class org.apache.openjpa.persistence.RollbackException extends javax.persistence.RollbackException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.TransactionRequiredException extends javax.persistence.TransactionRequiredException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.openjpa.persistence.XMLPersistenceMetaDataSerializer.SerializationComparator extends MetaDataInheritanceComparator implements Serializable



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