Serialized Form
-
Package org.apache.openjpa.lib.conf
-
Class org.apache.openjpa.lib.conf.BootstrapException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_fatal
boolean _fatal
-
-
Class org.apache.openjpa.lib.conf.ConfigurationImpl extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Implementation of theExternalizable
interface to read from the properties written byConfigurationImpl.writeExternal(java.io.ObjectOutput)
.- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Implementation of theExternalizable
interface to write the properties returned byConfigurationImpl.toProperties(boolean)
.- Throws:
IOException
-
-
-
-
Package org.apache.openjpa.lib.identifier
-
Class org.apache.openjpa.lib.identifier.IdentifierImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_name
String _name
-
nameDelimited
boolean nameDelimited
-
-
-
Package org.apache.openjpa.lib.jdbc
-
Class org.apache.openjpa.lib.jdbc.JDBCEvent extends EventObject implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.jdbc.JDBCEventConnectionDecorator extends AbstractConcurrentEventManager implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.jdbc.ReportingSQLException extends SQLException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_sql
String _sql
-
_sqle
SQLException _sqle
-
indexOfFirstFailedObject
int indexOfFirstFailedObject
-
-
-
Package org.apache.openjpa.lib.rop
-
Class org.apache.openjpa.lib.rop.AbstractNonSequentialResultList extends AbstractResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.AbstractResultList extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.AbstractSequentialResultList extends AbstractResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.EagerResultList extends ListResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.LazyForwardResultList extends AbstractSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_list
List _list
-
_rop
ResultObjectProvider _rop
-
_size
int _size
-
_state
int _state
-
-
-
Class org.apache.openjpa.lib.rop.ListResultList extends AbstractResultList implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.rop.RandomAccessResultList extends AbstractNonSequentialResultList implements Serializable
-
Serialization Methods
-
writeReplace
public Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
_full
Object[] _full
-
_requests
long _requests
-
_rop
ResultObjectProvider _rop
-
_rows
Map _rows
-
_size
int _size
-
_state
int _state
-
-
-
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
-
_pos
int _pos
-
_random
boolean _random
-
_rop
ResultObjectProvider _rop
-
_size
int _size
-
_state
int _state
-
_window
Object[] _window
-
-
-
-
Package org.apache.openjpa.lib.util
-
Class org.apache.openjpa.lib.util.FormatPreservingProperties extends Properties 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
-
addWhitespaceAfterDelimiter
boolean addWhitespaceAfterDelimiter
-
allowDuplicates
boolean allowDuplicates
-
defaultEntryDelimiter
char defaultEntryDelimiter
-
insertTimestamp
boolean insertTimestamp
-
modifiedKeys
HashSet modifiedKeys
-
newKeys
LinkedHashSet newKeys
-
source
org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source
-
-
Class org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.LRUMap extends LRUMap implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_max
int _max
-
-
Class org.apache.openjpa.lib.util.Options extends TypedProperties implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.OrderedMap extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_del
LinkedHashMap<K,V> _del
-
-
Class org.apache.openjpa.lib.util.ParseException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.openjpa.lib.util.ReferenceHashMap extends ReferenceMap implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_maxSize
int _maxSize
-
-
Class org.apache.openjpa.lib.util.ReferenceHashSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_set
Set _set
-
-
Class org.apache.openjpa.lib.util.TypedProperties extends Properties implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.apache.openjpa.lib.util.collections
-
Class org.apache.openjpa.lib.util.collections.AbstractCollectionDecorator extends Object implements Serializable
- serialVersionUID:
- 6249888059822088500L
-
Serialized Fields
-
collection
Collection<E> collection
The collection being decorated
-
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.EntrySet extends AbstractDualBidiMap.View<K,V,Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 4040410962603292348L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.KeySet extends AbstractDualBidiMap.View<K,Object,K> implements Serializable
- serialVersionUID:
- -7107935777385040694L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.Values extends AbstractDualBidiMap.View<Object,V,V> implements Serializable
- serialVersionUID:
- 4023777119829639864L
-
Class org.apache.openjpa.lib.util.collections.AbstractDualBidiMap.View extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4621510560119690639L
-
Serialized Fields
-
parent
AbstractDualBidiMap<K,V> parent
The parent map
-
-
Class org.apache.openjpa.lib.util.collections.AbstractListDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- 4500739654952315623L
-
Class org.apache.openjpa.lib.util.collections.AbstractSerializableListDecorator extends AbstractListDecorator<E> implements Serializable
- serialVersionUID:
- 2684959196747496299L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the list in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the list out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.AbstractSerializableSetDecorator extends AbstractSetDecorator<E> implements Serializable
- serialVersionUID:
- 1229469966212206107L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the set in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the set out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.AbstractSetDecorator extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -4678668309576958546L
-
Class org.apache.openjpa.lib.util.collections.ComparableComparator extends Object implements Serializable
- serialVersionUID:
- -291439688585137865L
-
Class org.apache.openjpa.lib.util.collections.ComparatorChain extends Object implements Serializable
- serialVersionUID:
- -721644942746081630L
-
Serialized Fields
-
comparatorChain
List<Comparator<E>> comparatorChain
The list of comparators in the chain. -
isLocked
boolean isLocked
Whether the chain has been "locked". -
orderingBits
BitSet orderingBits
Order - false (clear) = ascend; true (set) = descend.
-
-
Class org.apache.openjpa.lib.util.collections.DualHashBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361808L
-
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.collections.DualTreeBidiMap extends AbstractDualBidiMap<K,V> implements Serializable
- serialVersionUID:
- 721969328361809L
-
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
-
comparator
Comparator<? super K> comparator
The key comparator to use -
valueComparator
Comparator<? super V> valueComparator
The value comparator to use
-
-
Class org.apache.openjpa.lib.util.collections.LinkedMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- 9077234323521161066L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.LRUMap extends AbstractLinkedMap<K,V> implements Serializable
- serialVersionUID:
- -612114643488955218L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Serialized Fields
-
scanUntilRemovable
boolean scanUntilRemovable
Scan behaviour
-
-
Class org.apache.openjpa.lib.util.collections.MapBackedSet extends Object implements Serializable
- serialVersionUID:
- 6723912213766056587L
-
Class org.apache.openjpa.lib.util.collections.ReferenceIdentityMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- -1266190134568365852L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.ReferenceMap extends AbstractReferenceMap<K,V> implements Serializable
- serialVersionUID:
- 1555089888138299607L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.TreeBidiMap extends Object implements Serializable
- serialVersionUID:
- 721969328361807L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reads the content of the stream.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Writes the content to the stream for serialization.- Throws:
IOException
- if an error occurs while writing to the stream
-
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableCollection extends AbstractCollectionDecorator<E> implements Serializable
- serialVersionUID:
- -239892006883819945L
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableEntrySet extends AbstractSetDecorator<Map.Entry<K,V>> implements Serializable
- serialVersionUID:
- 1678353579659253473L
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableList extends AbstractSerializableListDecorator<E> implements Serializable
- serialVersionUID:
- 6595182819922443652L
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableOrderedMap extends AbstractOrderedMapDecorator<K,V> implements Serializable
- serialVersionUID:
- 8136428161720526266L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the map in using a custom routine.- Throws:
IOException
- if an error occurs while reading from the streamClassNotFoundException
- if an object read from the stream can not be loaded- Since:
- 3.1
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the map out using a custom routine.- Throws:
IOException
- if an error occurs while writing to the stream- Since:
- 3.1
-
-
Class org.apache.openjpa.lib.util.collections.UnmodifiableSet extends AbstractSerializableSetDecorator<E> implements Serializable
- serialVersionUID:
- 6499119872185240161L
-
-
Package org.apache.openjpa.lib.util.concurrent
-
Class org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
_failFast
boolean _failFast
-
_listeners
Collection _listeners
-
-
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
-
loadFactor
float loadFactor
The load factor for the hash table. -
maxSize
int maxSize
Maximum entries. -
randomEntry
int randomEntry
Spread "random" removes and iteration. -
threshold
int threshold
The next size value at which to resize(capacity * load factor).
-
-
Class org.apache.openjpa.lib.util.concurrent.ConcurrentReferenceHashSet extends Object implements Serializable
- serialVersionUID:
- 1L
-