SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Serialized Form

Class com.solarmetric.rd.conf.AbstractConfiguration implements Serializable

Serialization Methods

readExternal

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


writeExternal

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


Class com.solarmetric.rd.rop.CollectionResultList implements Serializable

Serialized Fields

_closed

boolean _closed


Class com.solarmetric.rd.rop.EagerResultList implements Serializable

Serialized Fields

_closed

boolean _closed


Class com.solarmetric.rd.kodo.impl.jdbc.ee.JDBCConnectionFactory implements Serializable

Serialization Methods

readExternal

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


writeExternal

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


Class com.solarmetric.rd.jdbc.JDBCEvent implements Serializable

Serialized Fields

type

short type

time

long time

sql

java.lang.String sql

associatedEvent

com.solarmetric.rd.jdbc.JDBCEvent associatedEvent


Class com.solarmetric.rd.kodo.impl.jdbc.ee.JDBCManagedConnectionFactory implements Serializable

Serialization Methods

readExternal

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


writeExternal

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


Class com.solarmetric.rd.kodo.impl.jdbc.runtime.JDBCPersistenceManagerFactory implements Serializable


Class com.solarmetric.rd.kodo.impl.jdbc.query.JDBCQuery implements Serializable

Serialized Fields

_use92Joins

boolean _use92Joins


Class com.solarmetric.rd.kodo.ee.JDOBean implements Serializable

Serialized Fields

_cm

javax.resource.cci.ConnectionFactory _cm

_propertiesResource

java.lang.String _propertiesResource

_context

javax.naming.Context _context

_logWriter

java.io.PrintWriter _logWriter


Class com.solarmetric.rd.kodo.ee.JDOEntityBean implements Serializable

Serialized Fields

ctx

javax.ejb.EntityContext ctx

_jdoInstance

java.lang.Object _jdoInstance


Class com.solarmetric.rd.kodo.meta.JDOMetaDataNotFoundException implements Serializable


Class com.solarmetric.rd.kodo.ee.JDOSessionBean implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx


Class com.solarmetric.rd.rop.LazyResultList implements Serializable

Serialization Methods

writeReplace

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

_rop

com.solarmetric.rd.rop.ResultObjectProvider _rop

_batchSize

int _batchSize
The size of the window of batches that should be instantiated.


_hits

long _hits

_closed

boolean _closed

_rows

java.util.Map _rows

_weak

boolean _weak


Class com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfoNotFoundException implements Serializable


Class com.solarmetric.rd.rop.MergedResultList implements Serializable

Serialization Methods

writeReplace

public java.lang.Object writeReplace()
                              throws java.io.ObjectStreamException
Convert this object to a LinkedList for serialization

Serialized Fields

lists

com.solarmetric.rd.rop.ResultList[] lists
The internally held lists.


order

java.util.Comparator order
The ordering that is desired in the list (can be null)


listSize

int listSize
The sum of all the immutable sizes of the ResultLists


cache

java.util.Map cache
Maintain a cache for all the index:values


Class com.solarmetric.rd.kodo.runtime.datacache.plugins.NotificationObject implements Serializable

Serialization Methods

readExternal

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

writeExternal

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


Class com.solarmetric.rd.kodo.runtime.ObjectEvent implements Serializable

Serialized Fields

_id

java.lang.Object _id


Class com.solarmetric.rd.kodo.util.ObjectIds.Id implements Serializable

Serialized Fields

id

long id
The primary key value.


type

java.lang.Class type
For persistent instances, this type should correspond to the least-derived persistence capable ancestor of the type being described. Thus, all persistence capable types in an inheritance tree should have the same type value.


Class com.solarmetric.rd.kodo.runtime.ObjectNotFoundException implements Serializable


Class com.solarmetric.rd.kodo.runtime.OptimisticLockException implements Serializable


Class com.solarmetric.rd.kodo.runtime.PCData implements Serializable

Serialized Fields

oid

java.lang.Object oid

type

java.lang.Class type

_data

java.lang.Object[] _data

_loaded

java.util.BitSet _loaded

_version

java.lang.Object _version


Class com.solarmetric.rd.kodo.runtime.PersistenceManagerFactoryImpl 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.

Serialized Fields

_conf

com.solarmetric.rd.kodo.conf.JDOConfiguration _conf

_lock

serp.util.ThreadLock _lock


Class com.solarmetric.rd.kodo.util.ProxyArrayList implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_elementType

java.lang.Class _elementType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName


Class com.solarmetric.rd.kodo.util.ProxyDate implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName


Class com.solarmetric.rd.kodo.util.ProxyEntrySet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_set

java.util.Set _set

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName

_keyType

java.lang.Class _keyType

_valueType

java.lang.Class _valueType

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm


Class com.solarmetric.rd.kodo.util.ProxyHashMap implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_valueType

java.lang.Class _valueType

_keyType

java.lang.Class _keyType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm


Class com.solarmetric.rd.kodo.util.ProxyHashMapCT implements Serializable


Class com.solarmetric.rd.kodo.util.ProxyHashSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_elementType

java.lang.Class _elementType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm


Class com.solarmetric.rd.kodo.util.ProxyHashSetCT implements Serializable


Class com.solarmetric.rd.kodo.util.ProxyHashtable implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_valueType

java.lang.Class _valueType

_keyType

java.lang.Class _keyType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm


Class com.solarmetric.rd.kodo.util.ProxyHashtableCT implements Serializable


Class com.solarmetric.rd.kodo.util.ProxyKeySet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_set

java.util.Set _set

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm


Class com.solarmetric.rd.kodo.util.ProxyLinkedList implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_elementType

java.lang.Class _elementType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName


Class com.solarmetric.rd.kodo.util.ProxyProperties implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_valueType

java.lang.Class _valueType

_keyType

java.lang.Class _keyType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName


Class com.solarmetric.rd.kodo.util.ProxyTreeMap implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_valueType

java.lang.Class _valueType

_keyType

java.lang.Class _keyType

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName


Class com.solarmetric.rd.kodo.util.ProxyTreeMapCT implements Serializable


Class com.solarmetric.rd.kodo.util.ProxyTreeSet implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_elementType

java.lang.Class _elementType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm


Class com.solarmetric.rd.kodo.util.ProxyTreeSetCT implements Serializable


Class com.solarmetric.rd.kodo.util.ProxyValueCollection implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_values

java.util.Collection _values

_entrySet

java.util.Set _entrySet

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName

_cm

com.solarmetric.rd.kodo.util.ChangeManager _cm


Class com.solarmetric.rd.kodo.util.ProxyVector implements Serializable

Serialization Methods

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Serialized Fields

_elementType

java.lang.Class _elementType

_pc

java.lang.Object _pc

_fieldName

java.lang.String _fieldName


Class com.solarmetric.rd.kodo.query.QueryImpl implements Serializable

Serialized Fields

_lock

serp.util.ThreadLock _lock

_class

java.lang.Class _class

_filter

java.lang.String _filter

_ignoreCache

boolean _ignoreCache

_imports

java.lang.String[] _imports

_paramDecs

java.lang.String[][] _paramDecs

_paramTypes

java.util.Map _paramTypes

_paramsResolved

boolean _paramsResolved

_varTypes

java.util.Map _varTypes

_varsResolved

boolean _varsResolved

_ordering

java.lang.String[] _ordering

_ascending

boolean[] _ascending

_listeners

java.util.Collection _listeners

_fetchThreshold

int _fetchThreshold

_fetchBatchSize

int _fetchBatchSize


Class com.solarmetric.rd.conf.SimpleConfiguration implements Serializable

Serialization Methods

readExternal

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


writeExternal

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


Class com.solarmetric.rd.kodo.impl.jdbc.conf.SimpleJDBCConfiguration implements Serializable

Serialization Methods

readExternal

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


writeExternal

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


Class com.solarmetric.rd.kodo.conf.SimpleJDOConfiguration implements Serializable

Serialization Methods

readExternal

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


writeExternal

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


Class com.solarmetric.rd.kodo.impl.jdbc.schema.SQLBuffer implements Serializable

Serialized Fields

_sql

java.lang.StringBuffer _sql

_params

java.util.List _params


Class com.solarmetric.rd.kodo.runtime.TransactionEvent implements Serializable


SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.