Serialized Form


Package org.apache.openjpa.abstractstore

Class org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory extends AbstractBrokerFactory implements Serializable

Serialized Fields

_storeCls

String _storeCls

_storeProps

String _storeProps

_platform

String _platform

Package org.apache.openjpa.conf

Class org.apache.openjpa.conf.OpenJPAConfigurationImpl extends ConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Implementation of the Externalizable interface to read from the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput).

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implementation of the Externalizable interface to write the properties returned by ConfigurationImpl.toProperties(boolean).

Throws:
IOException

Package org.apache.openjpa.datacache

Class org.apache.openjpa.datacache.DataCachePCDataImpl extends PCDataImpl implements Serializable

Serialized Fields

_exp

long _exp

Class org.apache.openjpa.datacache.ExpirationEvent extends EventObject implements Serializable

Serialized Fields

_key

Object _key

_expired

boolean _expired

Class org.apache.openjpa.datacache.QueryCacheStoreQuery extends Object implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_query

StoreQuery _query

_cache

QueryCache _cache

_sctx

StoreContext _sctx

_repos

MetaDataRepository _repos

Class org.apache.openjpa.datacache.QueryCacheStoreQuery.CachedList extends AbstractList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_res

QueryResult _res

_proj

boolean _proj

_sctx

StoreContext _sctx

Class org.apache.openjpa.datacache.QueryKey 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.datacache.QueryResult extends ArrayList implements Serializable

Serialized Fields

_ex

long _ex

Class org.apache.openjpa.datacache.TypesChangedEvent extends EventObject implements Serializable

Serialized Fields

_types

Collection<E> _types

Package org.apache.openjpa.enhance

Package org.apache.openjpa.event

Class org.apache.openjpa.event.LifecycleEvent extends EventObject implements Serializable

Serialized Fields

_type

int _type

_related

Object _related

Class org.apache.openjpa.event.LifecycleEventManager.ListenerList extends ArrayList implements Serializable

Serialized Fields

_types

int _types

Class org.apache.openjpa.event.RemoteCommitEvent extends Object implements Serializable

Serialization Methods

readExternal

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

writeExternal

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

Class org.apache.openjpa.event.TransactionEvent extends EventObject implements Serializable

Serialized Fields

_type

int _type

Package org.apache.openjpa.jdbc.conf

Class org.apache.openjpa.jdbc.conf.JDBCConfigurationImpl extends OpenJPAConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Implementation of the Externalizable interface to read from the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput).

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implementation of the Externalizable interface to write the properties returned by ConfigurationImpl.toProperties(boolean).

Throws:
IOException

Package org.apache.openjpa.jdbc.kernel

Class org.apache.openjpa.jdbc.kernel.DelegatingJDBCFetchConfiguration extends DelegatingFetchConfiguration implements Serializable

Class org.apache.openjpa.jdbc.kernel.JDBCBrokerFactory extends AbstractBrokerFactory implements Serializable

Serialized Fields

_synchronizedMappings

boolean _synchronizedMappings

Class org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl extends FetchConfigurationImpl implements Serializable

Serialized Fields

_state

org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState _state

Class org.apache.openjpa.jdbc.kernel.JDBCStoreQuery extends ExpressionStoreQuery implements Serializable

Class org.apache.openjpa.jdbc.kernel.SQLStoreQuery extends AbstractStoreQuery implements Serializable


Package org.apache.openjpa.jdbc.kernel.exps

Class org.apache.openjpa.jdbc.kernel.exps.GetColumn extends Object implements Serializable

Class org.apache.openjpa.jdbc.kernel.exps.JDBCStringContains extends StringContains implements Serializable

Class org.apache.openjpa.jdbc.kernel.exps.JDBCWildcardMatch extends WildcardMatch implements Serializable

Class org.apache.openjpa.jdbc.kernel.exps.SQLEmbed extends Object implements Serializable

Class org.apache.openjpa.jdbc.kernel.exps.SQLExpression extends SQLEmbed implements Serializable

Class org.apache.openjpa.jdbc.kernel.exps.SQLValue extends SQLEmbed implements Serializable


Package org.apache.openjpa.jdbc.schema

Class org.apache.openjpa.jdbc.schema.SchemaGenerator.Event extends EventObject implements Serializable

Serialized Fields

_total

int _total

Package org.apache.openjpa.jdbc.sql

Class org.apache.openjpa.jdbc.sql.SQLBuffer extends Object implements Serializable

Serialized Fields

_dict

DBDictionary _dict

_sql

StringBuffer _sql

_subsels

List<E> _subsels

_params

List<E> _params

_cols

List<E> _cols

Package org.apache.openjpa.kernel

Class org.apache.openjpa.kernel.AbstractBrokerFactory extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Replaces the factory with this JVMs pooled version if it exists. Also freezes the factory.

Throws:
ObjectStreamException
Serialized Fields

_conf

OpenJPAConfiguration _conf

_userObjects

Map<K,V> _userObjects

_lock

ReentrantLock _lock

Class org.apache.openjpa.kernel.AbstractPCData extends Object implements Serializable

Class org.apache.openjpa.kernel.AbstractStoreQuery extends Object implements Serializable

Serialized Fields

ctx

QueryContext ctx

Class org.apache.openjpa.kernel.DelegatingBrokerFactory extends Object implements Serializable

Serialized Fields

_factory

BrokerFactory _factory

_del

DelegatingBrokerFactory _del

_trans

RuntimeExceptionTranslator _trans

Class org.apache.openjpa.kernel.DelegatingFetchConfiguration extends Object implements Serializable

Serialized Fields

_fetch

FetchConfiguration _fetch

_del

DelegatingFetchConfiguration _del

_trans

RuntimeExceptionTranslator _trans

Class org.apache.openjpa.kernel.DelegatingQuery extends Object implements Serializable

Serialized Fields

_query

Query _query

_del

DelegatingQuery _del

_trans

RuntimeExceptionTranslator _trans

Class org.apache.openjpa.kernel.DelegatingResultList extends Object implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Writes delegate, which may in turn write a normal list.

Throws:
ObjectStreamException
Serialized Fields

_del

ResultList _del

_trans

RuntimeExceptionTranslator _trans

Class org.apache.openjpa.kernel.DetachedStateManager extends org.apache.openjpa.kernel.AttachStrategy implements Serializable

Serialized Fields

_pc

PersistenceCapable _pc

_embedded

boolean _embedded

_access

boolean _access

_loaded

BitSet _loaded

_dirty

BitSet _dirty

_oid

Object _oid

_version

Object _version

_lock

ReentrantLock _lock

Class org.apache.openjpa.kernel.ExpressionStoreQuery extends AbstractStoreQuery implements Serializable

Serialized Fields

_parser

ExpressionParser _parser

Class org.apache.openjpa.kernel.FetchConfigurationImpl extends Object implements Serializable

Serialized Fields

_state

FetchConfigurationImpl.ConfigurationState _state

_parent

FetchConfigurationImpl _parent

_fromField

String _fromField

_fromType

Class<T> _fromType

_availableRecursion

int _availableRecursion

_availableDepth

int _availableDepth

Class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState extends Object implements Serializable

Serialized Fields

fetchBatchSize

int fetchBatchSize

maxFetchDepth

int maxFetchDepth

queryCache

boolean queryCache

flushQuery

int flushQuery

lockTimeout

int lockTimeout

readLockLevel

int readLockLevel

writeLockLevel

int writeLockLevel

fetchGroups

Set<E> fetchGroups

fields

Set<E> fields

rootClasses

Set<E> rootClasses

rootInstances

Set<E> rootInstances

hints

Map<K,V> hints

Class org.apache.openjpa.kernel.MethodStoreQuery extends AbstractStoreQuery implements Serializable

Serialized Fields

_params

LinkedMap _params

Class org.apache.openjpa.kernel.PCDataImpl extends AbstractPCData implements Serializable

Serialized Fields

_oid

Object _oid

_type

Class<T> _type

_data

Object[] _data

_loaded

BitSet _loaded

_version

Object _version

_impl

Object _impl

_fieldImpl

Object[] _fieldImpl

Class org.apache.openjpa.kernel.PCState extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.kernel.PNonTransDeletedState extends PCState implements Serializable

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

Serialized Fields

_language

String _language

_storeQuery

StoreQuery _storeQuery

_lock

ReentrantLock _lock

_class

Class<T> _class

_subclasses

boolean _subclasses

_readOnly

boolean _readOnly

_query

String _query

_params

String _params

_filtListeners

Map<K,V> _filtListeners

_aggListeners

Map<K,V> _aggListeners

_fc

FetchConfiguration _fc

_ignoreChanges

boolean _ignoreChanges

_resultMappingScope

Class<T> _resultMappingScope

_resultMappingName

String _resultMappingName

_unique

Boolean _unique

_resultClass

Class<T> _resultClass

Class org.apache.openjpa.kernel.QueryImpl.RemoveOnCloseResultList extends Object implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
Serialized Fields

_res

ResultList _res

Package org.apache.openjpa.kernel.exps

Class org.apache.openjpa.kernel.exps.StringContains extends Object implements Serializable

Class org.apache.openjpa.kernel.exps.WildcardMatch extends Object implements Serializable


Package org.apache.openjpa.kernel.jpql

Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode extends Object implements Serializable

Serialized Fields

id

int id

parser

org.apache.openjpa.kernel.jpql.JPQL parser

parent

JPQLExpressionBuilder.JPQLNode parent

children

JPQLExpressionBuilder.JPQLNode[] children

text

String text

not

boolean not

Class org.apache.openjpa.kernel.jpql.JPQLParser extends Object implements Serializable

Class org.apache.openjpa.kernel.jpql.ParseException extends UserException implements Serializable

Class org.apache.openjpa.kernel.jpql.SimpleNode extends JPQLExpressionBuilder.JPQLNode implements Serializable

Class org.apache.openjpa.kernel.jpql.TokenMgrError extends Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.apache.openjpa.lib.conf

Class org.apache.openjpa.lib.conf.ConfigurationImpl extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Implementation of the Externalizable interface to read from the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput).

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implementation of the Externalizable interface to write the properties returned by ConfigurationImpl.toProperties(boolean).

Throws:
IOException

Package org.apache.openjpa.lib.jdbc

Class org.apache.openjpa.lib.jdbc.JDBCEvent extends EventObject implements Serializable

Serialized Fields

type

short type

time

long time

sql

String sql

associatedEvent

JDBCEvent associatedEvent

Class org.apache.openjpa.lib.jdbc.ReportingSQLException extends SQLException implements Serializable

Serialized Fields

_sqle

SQLException _sqle

Package org.apache.openjpa.lib.rop

Class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList extends AbstractResultList implements Serializable

Class org.apache.openjpa.lib.rop.AbstractResultList extends Object implements Serializable

Class org.apache.openjpa.lib.rop.AbstractSequentialResultList extends AbstractResultList implements Serializable

Class org.apache.openjpa.lib.rop.EagerResultList extends ListResultList implements Serializable

Class org.apache.openjpa.lib.rop.LazyForwardResultList extends AbstractSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_rop

ResultObjectProvider _rop

_list

List<E> _list

_state

int _state

_size

int _size

Class org.apache.openjpa.lib.rop.ListResultList extends AbstractResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
Serialized Fields

_list

List<E> _list

_closed

boolean _closed

Class org.apache.openjpa.lib.rop.RandomAccessResultList extends AbstractNonSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_rop

ResultObjectProvider _rop

_rows

Map<K,V> _rows

_full

Object[] _full

_requests

long _requests

_state

int _state

_size

int _size

Class org.apache.openjpa.lib.rop.SimpleResultList extends AbstractNonSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_closed

boolean _closed

_size

int _size

Class org.apache.openjpa.lib.rop.SoftRandomAccessResultList extends RandomAccessResultList implements Serializable

Class org.apache.openjpa.lib.rop.WindowResultList extends AbstractNonSequentialResultList implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

_window

Object[] _window

_pos

int _pos

_rop

ResultObjectProvider _rop

_random

boolean _random

_state

int _state

_size

int _size

Package org.apache.openjpa.lib.util

Class org.apache.openjpa.lib.util.FormatPreservingProperties extends Properties 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
Serialized Fields

defaultEntryDelimiter

char defaultEntryDelimiter

addWhitespaceAfterDelimiter

boolean addWhitespaceAfterDelimiter

allowDuplicates

boolean allowDuplicates

insertTimestamp

boolean insertTimestamp

source

org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source

newKeys

ListOrderedSet newKeys

modifiedKeys

HashSet<E> modifiedKeys

Class org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException extends RuntimeException implements Serializable

Class org.apache.openjpa.lib.util.LRUMap extends LRUMap implements Serializable

Serialized Fields

_max

int _max

Class org.apache.openjpa.lib.util.Options extends TypedProperties implements Serializable

Class org.apache.openjpa.lib.util.ParseException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

Class org.apache.openjpa.lib.util.ReferenceHashMap extends ReferenceMap implements Serializable

Serialized Fields

_maxSize

int _maxSize

Class org.apache.openjpa.lib.util.ReferenceHashSet extends Object implements Serializable

Serialized Fields

_set

Set<E> _set

Class org.apache.openjpa.lib.util.TypedProperties extends Properties implements Serializable


Package org.apache.openjpa.lib.util.concurrent

Class org.apache.openjpa.lib.util.concurrent.ConcurrentHashMap extends AbstractMap implements Serializable

serialVersionUID: -6452706556724125778L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ConcurrentHashMap instance from a stream(i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ConcurrentHashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the ConcurrentHashMap(the length of the bucket array) is emitted(int), followed by the size of the ConcurrentHashMap(the number of key-value mappings), followed by the key (Object) and value(Object) for each key-value mapping represented by the ConcurrentHashMap The key-value mappings are emitted in the order that they are returned by entrySet().iterator().
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize(capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

randomEntry

int randomEntry
Spread "random" removes and iteration.


maxSize

int maxSize
Maximum entries.

Class org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet extends Object implements Serializable

Serialized Fields

_set

Set<E> _set

Class org.apache.openjpa.lib.util.concurrent.ConcurrentLinkedQueue extends org.apache.openjpa.lib.util.concurrent.AbstractQueue implements Serializable

serialVersionUID: 196745693267521676L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the Queue instance from a stream(that is, deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state to a stream(that is, serialize it).

Serial Data:
All of the elements(each an E) in the proper order, followed by a null
Throws:
IOException
Serialized Fields

headLock

Object headLock

tailLock

Object tailLock

Class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet extends Object implements Serializable

Serialized Fields

_set

Set<E> _set

Class org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable

serialVersionUID: 8673264195747942595L

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.lib.util.concurrent.CopyOnWriteArraySet extends org.apache.openjpa.lib.util.concurrent.AbstractSet implements Serializable

serialVersionUID: 5457747651344034263L

Serialized Fields

al

CopyOnWriteArrayList al

Class org.apache.openjpa.lib.util.concurrent.ReentrantLock extends Object implements Serializable

serialVersionUID: 7373984872572414699L

Serialized Fields

sync

org.apache.openjpa.lib.util.concurrent.ReentrantLock.Sync sync

Class org.apache.openjpa.lib.util.concurrent.TimeUnit extends Object implements Serializable

Serialized Fields

index

int index
The index of this unit. This value is no longer used in this version of this class, but is retained for serialization compatibility with previous version.


name

String name
name of this unit


Package org.apache.openjpa.persistence

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 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.EntityNotFoundException extends 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 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 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 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 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 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 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

Package org.apache.openjpa.util

Class org.apache.openjpa.util.ByteId extends OpenJPAId implements Serializable

Serialized Fields

key

byte key

Class org.apache.openjpa.util.CallbackException extends UserException implements Serializable

Class org.apache.openjpa.util.CharId extends OpenJPAId implements Serializable

Serialized Fields

key

char key

Class org.apache.openjpa.util.DateId extends OpenJPAId implements Serializable

Serialized Fields

key

Date key

Class org.apache.openjpa.util.GeneralException extends OpenJPAException implements Serializable

Class org.apache.openjpa.util.Id extends OpenJPAId implements Serializable

Serialized Fields

_id

long _id

Class org.apache.openjpa.util.InternalException extends OpenJPAException implements Serializable

Class org.apache.openjpa.util.IntId extends OpenJPAId implements Serializable

Serialized Fields

key

int key

Class org.apache.openjpa.util.InvalidStateException extends UserException implements Serializable

Class org.apache.openjpa.util.LockException extends StoreException 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
Serialized Fields

timeout

int timeout

Class org.apache.openjpa.util.LongId extends OpenJPAId implements Serializable

Serialized Fields

key

long key

Class org.apache.openjpa.util.MetaDataException extends UserException implements Serializable

Class org.apache.openjpa.util.NoTransactionException extends InvalidStateException implements Serializable

Class org.apache.openjpa.util.ObjectExistsException extends StoreException implements Serializable

Class org.apache.openjpa.util.ObjectId extends OpenJPAId implements Serializable

Serialized Fields

_key

Object _key

Class org.apache.openjpa.util.ObjectNotFoundException extends StoreException implements Serializable

Class org.apache.openjpa.util.OpenJPAException extends RuntimeException 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.util.OpenJPAId extends Object implements Serializable

Serialized Fields

type

Class<T> type

subs

boolean subs

Class org.apache.openjpa.util.OptimisticException extends StoreException implements Serializable

Class org.apache.openjpa.util.ProxyArrayList extends ArrayList implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyGregorianCalendar extends GregorianCalendar implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyHashMap extends HashMap implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyHashSet extends HashSet implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyHashtable extends Hashtable implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyLinkedList extends LinkedList implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyProperties extends Properties implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxySQLDate extends Date implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyTime extends Time implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyTimestamp extends Timestamp implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyTreeMap extends TreeMap implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyTreeSet extends TreeSet implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyUtilDate extends Date implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ProxyVector extends Vector implements Serializable

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException

Class org.apache.openjpa.util.ReferentialIntegrityException extends StoreException 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
Serialized Fields

_iv

int _iv

Class org.apache.openjpa.util.ShortId extends OpenJPAId implements Serializable

Serialized Fields

key

short key

Class org.apache.openjpa.util.StoreException extends OpenJPAException implements Serializable

Class org.apache.openjpa.util.StringId extends OpenJPAId implements Serializable

Serialized Fields

key

String key

Class org.apache.openjpa.util.UnsupportedException extends OpenJPAException implements Serializable

Class org.apache.openjpa.util.UserException extends OpenJPAException implements Serializable


Package org.apache.openjpa.xmlstore

Class org.apache.openjpa.xmlstore.XMLConfiguration extends OpenJPAConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Implementation of the Externalizable interface to read from the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput).

Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Implementation of the Externalizable interface to write the properties returned by ConfigurationImpl.toProperties(boolean).

Throws:
IOException



Copyright © 2006 Apache Software Foundation. All Rights Reserved.