Serialized Form


Package org.jboss.jpa.injection

Class org.jboss.jpa.injection.InjectedEntityManagerFactory extends Object implements Serializable

serialVersionUID: -3734435119658196788L

Serialization Methods

readExternal

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

writeExternal

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

Package org.jboss.jpa.remote

Class org.jboss.jpa.remote.RemotelyInjectEntityManagerFactory extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

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

writeObject

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

metaData

org.jboss.metadata.jpa.spec.PersistenceUnitMetaData metaData

actualFactory

javax.persistence.EntityManagerFactory actualFactory

defaultPersistenceProperties

Properties defaultPersistenceProperties

explicitEntityClasses

List<E> explicitEntityClasses

jaccContextId

String jaccContextId

Package org.jboss.jpa.tx

Class org.jboss.jpa.tx.TransactionScopedEntityManager extends Object implements Serializable

serialVersionUID: 4260828563883650376L

Serialization Methods

readExternal

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

writeExternal

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



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.