Serialized Form


Package org.apache.openjpa.abstractstore

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

Serialized Fields

_storeCls

java.lang.String _storeCls

_storeProps

java.lang.String _storeProps

_platform

java.lang.String _platform

Package org.apache.openjpa.conf

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.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 java.util.EventObject implements Serializable

Serialized Fields

_key

java.lang.Object _key

_expired

boolean _expired

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

Serialization Methods

writeReplace

public java.lang.Object writeReplace()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_query

StoreQuery _query

_cache

QueryCache _cache

_sctx

StoreContext _sctx

_repos

MetaDataRepository _repos

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

Serialization Methods

writeReplace

public java.lang.Object writeReplace()
                              throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

_res

QueryResult _res

_proj

boolean _proj

_sctx

StoreContext _sctx

Class org.apache.openjpa.datacache.QueryKey extends java.lang.Object implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.openjpa.datacache.QueryResult extends java.util.ArrayList implements Serializable

Serialized Fields

_ex

long _ex

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

Serialized Fields

_types

java.util.Collection<E> _types

Package org.apache.openjpa.enhance

Package org.apache.openjpa.event

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

Serialized Fields

_type

int _type

_related

java.lang.Object _related

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

Serialized Fields

_types

int _types

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

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Throws:
java.io.IOException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

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

Serialized Fields

_type

int _type

Package org.apache.openjpa.kernel

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

Serialization Methods

readResolve

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

Throws:
java.io.ObjectStreamException
Serialized Fields

_conf

OpenJPAConfiguration _conf

_userObjects

java.util.Map<K,V> _userObjects

_lock

org.apache.openjpa.lib.util.concurrent.ReentrantLock _lock

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

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

Serialized Fields

ctx

QueryContext ctx

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

Serialized Fields

_factory

BrokerFactory _factory

_del

DelegatingBrokerFactory _del

_trans

RuntimeExceptionTranslator _trans

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

Serialized Fields

_fetch

FetchConfiguration _fetch

_del

DelegatingFetchConfiguration _del

_trans

RuntimeExceptionTranslator _trans

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

Serialized Fields

_query

Query _query

_del

DelegatingQuery _del

_trans

RuntimeExceptionTranslator _trans

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

Serialization Methods

writeReplace

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

Throws:
java.io.ObjectStreamException
Serialized Fields

_del

org.apache.openjpa.lib.rop.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

java.util.BitSet _loaded

_dirty

java.util.BitSet _dirty

_oid

java.lang.Object _oid

_version

java.lang.Object _version

_lock

org.apache.openjpa.lib.util.concurrent.ReentrantLock _lock

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

Serialized Fields

_parser

ExpressionParser _parser

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

Serialized Fields

_state

FetchConfigurationImpl.ConfigurationState _state

_parent

FetchConfigurationImpl _parent

_fromField

java.lang.String _fromField

_fromType

java.lang.Class<T> _fromType

_availableRecursion

int _availableRecursion

_availableDepth

int _availableDepth

Class org.apache.openjpa.kernel.FetchConfigurationImpl.ConfigurationState extends java.lang.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

java.util.Set<E> fetchGroups

fields

java.util.Set<E> fields

rootClasses

java.util.Set<E> rootClasses

rootInstances

java.util.Set<E> rootInstances

hints

java.util.Map<K,V> hints

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

Serialized Fields

_params

org.apache.commons.collections.map.LinkedMap _params

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

Serialized Fields

_oid

java.lang.Object _oid

_type

java.lang.Class<T> _type

_data

java.lang.Object[] _data

_loaded

java.util.BitSet _loaded

_version

java.lang.Object _version

_impl

java.lang.Object _impl

_fieldImpl

java.lang.Object[] _fieldImpl

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

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

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

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

Serialized Fields

_language

java.lang.String _language

_storeQuery

StoreQuery _storeQuery

_lock

org.apache.openjpa.lib.util.concurrent.ReentrantLock _lock

_class

java.lang.Class<T> _class

_subclasses

boolean _subclasses

_readOnly

boolean _readOnly

_query

java.lang.String _query

_params

java.lang.String _params

_filtListeners

java.util.Map<K,V> _filtListeners

_aggListeners

java.util.Map<K,V> _aggListeners

_fc

FetchConfiguration _fc

_ignoreChanges

boolean _ignoreChanges

_resultMappingScope

java.lang.Class<T> _resultMappingScope

_resultMappingName

java.lang.String _resultMappingName

_unique

java.lang.Boolean _unique

_resultClass

java.lang.Class<T> _resultClass

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

Serialization Methods

writeReplace

public java.lang.Object writeReplace()
Serialized Fields

_res

org.apache.openjpa.lib.rop.ResultList _res

Package org.apache.openjpa.kernel.exps

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

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


Package org.apache.openjpa.kernel.jpql

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

Serialized Fields

id

int id

parser

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

parent

org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode parent

children

org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode[] children

text

java.lang.String text

not

boolean not

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

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

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

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

Serialized Fields

errorCode

int errorCode

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

java.util.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(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.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

java.lang.Object _key

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

Class org.apache.openjpa.util.OpenJPAException extends java.lang.RuntimeException implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException

Class org.apache.openjpa.util.OpenJPAId extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.Class<T> type

subs

boolean subs

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

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

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

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

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

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.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

java.lang.String key

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

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



Copyright © 2006 Apache Software Foundation. All Rights Reserved.