Serialized Form
Package org.apache.openjpa.abstractstore |
_storeCls
String _storeCls
_storeProps
String _storeProps
_platform
String _platform
Package org.apache.openjpa.conf |
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 |
_exp
long _exp
_key
Object _key
_expired
boolean _expired
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_query
StoreQuery _query
_cache
QueryCache _cache
_sctx
StoreContext _sctx
_repos
MetaDataRepository _repos
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_res
QueryResult _res
_proj
boolean _proj
_sctx
StoreContext _sctx
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
_ex
long _ex
_types
Collection<E> _types
Package org.apache.openjpa.enhance |
Package org.apache.openjpa.event |
_type
int _type
_related
Object _related
_types
int _types
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
_type
int _type
Package org.apache.openjpa.jdbc.conf |
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 |
_synchronizedMappings
boolean _synchronizedMappings
_state
org.apache.openjpa.jdbc.kernel.JDBCFetchConfigurationImpl.JDBCConfigurationState _state
Package org.apache.openjpa.jdbc.kernel.exps |
Package org.apache.openjpa.jdbc.schema |
_total
int _total
Package org.apache.openjpa.jdbc.sql |
_dict
DBDictionary _dict
_sql
StringBuffer _sql
_subsels
List<E> _subsels
_params
List<E> _params
_cols
List<E> _cols
Package org.apache.openjpa.kernel |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Replaces the factory with this JVMs pooled version if it exists. Also
freezes the factory.
- Throws:
ObjectStreamException
_conf
OpenJPAConfiguration _conf
_userObjects
Map<K,V> _userObjects
_lock
ReentrantLock _lock
ctx
QueryContext ctx
_factory
BrokerFactory _factory
_del
DelegatingBrokerFactory _del
_trans
RuntimeExceptionTranslator _trans
_fetch
FetchConfiguration _fetch
_del
DelegatingFetchConfiguration _del
_trans
RuntimeExceptionTranslator _trans
_query
Query _query
_del
DelegatingQuery _del
_trans
RuntimeExceptionTranslator _trans
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Writes delegate, which may in turn write a normal list.
- Throws:
ObjectStreamException
_del
ResultList _del
_trans
RuntimeExceptionTranslator _trans
_pc
PersistenceCapable _pc
_embedded
boolean _embedded
_access
boolean _access
_loaded
BitSet _loaded
_dirty
BitSet _dirty
_oid
Object _oid
_version
Object _version
_lock
ReentrantLock _lock
_parser
ExpressionParser _parser
_state
FetchConfigurationImpl.ConfigurationState _state
_parent
FetchConfigurationImpl _parent
_fromField
String _fromField
_fromType
Class<T> _fromType
_availableRecursion
int _availableRecursion
_availableDepth
int _availableDepth
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
_params
LinkedMap _params
_oid
Object _oid
_type
Class<T> _type
_data
Object[] _data
_loaded
BitSet _loaded
_version
Object _version
_impl
Object _impl
_fieldImpl
Object[] _fieldImpl
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
_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
writeReplace
public Object writeReplace()
_res
ResultList _res
Package org.apache.openjpa.kernel.exps |
Package org.apache.openjpa.kernel.jpql |
Class org.apache.openjpa.kernel.jpql.JPQLExpressionBuilder.JPQLNode extends Object implements Serializable |
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
String text
not
boolean not
Class org.apache.openjpa.kernel.jpql.TokenMgrError extends Error implements Serializable |
errorCode
int errorCode
Package org.apache.openjpa.lib.conf |
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 |
type
short type
time
long time
sql
String sql
associatedEvent
JDBCEvent associatedEvent
_sqle
SQLException _sqle
Package org.apache.openjpa.lib.rop |
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_rop
ResultObjectProvider _rop
_list
List<E> _list
_state
int _state
_size
int _size
writeReplace
public Object writeReplace()
_list
List<E> _list
_closed
boolean _closed
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_rop
ResultObjectProvider _rop
_rows
Map<K,V> _rows
_full
Object[] _full
_requests
long _requests
_state
int _state
_size
int _size
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_closed
boolean _closed
_size
int _size
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_window
Object[] _window
_pos
int _pos
_rop
ResultObjectProvider _rop
_random
boolean _random
_state
int _state
_size
int _size
Package org.apache.openjpa.lib.util |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
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
_set
Set<E> _set
Package org.apache.openjpa.lib.util.concurrent |
serialVersionUID: -6452706556724125778L
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
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.
_set
Set<E> _set
serialVersionUID: 196745693267521676L
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
headLock
Object headLock
tailLock
Object tailLock
_set
Set<E> _set
serialVersionUID: 8673264195747942595L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
serialVersionUID: 5457747651344034263L
al
CopyOnWriteArrayList al
serialVersionUID: 7373984872572414699L
sync
org.apache.openjpa.lib.util.concurrent.ReentrantLock.Sync sync
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 |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
_factory
DelegatingBrokerFactory _factory
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
_query
DelegatingQuery _query
_named
Map<K,V> _named
_positional
List<E> _positional
Package org.apache.openjpa.util |
key
byte key
key
char key
key
Date key
_id
long _id
key
int key
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
timeout
int timeout
key
long key
_key
Object _key
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
type
Class<T> type
subs
boolean subs
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
_iv
int _iv
key
short key
key
String key
Package org.apache.openjpa.xmlstore |
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
Class sun.misc.CEFormatException extends IOException implements Serializable |
Class sun.misc.CEStreamExhausted extends IOException implements Serializable |
Class sun.misc.ExtensionInstallationException extends Exception implements Serializable |
Class sun.misc.InvalidJarIndexException extends RuntimeException implements Serializable |
Class sun.misc.REException extends Exception implements Serializable |
Class sun.misc.ServiceConfigurationError extends Error implements Serializable |
Copyright © 2006 Apache Software Foundation. All Rights Reserved.