Kodo 4.0.0 generated on May 15 2006

Serialized Form


Package kodo.jdo

Class kodo.jdo.DataStoreException extends JDODataStoreException implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Class kodo.jdo.GeneralException extends kodo.jdo.CanRetryException implements Serializable

Class kodo.jdo.JDOSessionBean extends kodo.ee.KodoSessionBean implements Serializable

Serialized Fields

_pmf

boolean _pmf

Class kodo.jdo.LockException extends kodo.jdo.DataStoreException implements Serializable

Serialized Fields

timeout

int timeout

Class kodo.jdo.PersistenceManagerFactoryImpl extends Object implements Serializable

Serialized Fields

_factory

kodo.kernel.DelegatingBrokerFactory _factory

Class kodo.jdo.QueryImpl extends Object implements Serializable

Serialized Fields

_query

kodo.kernel.DelegatingQuery _query

_lang

int _lang

_sstr

kodo.kernel.jdoql.SingleString _sstr

_syncedString

boolean _syncedString

_syncedClauses

boolean _syncedClauses

Class kodo.jdo.ReferentialIntegrityException extends kodo.jdo.UserException implements Serializable

Serialized Fields

_iv

int _iv

Class kodo.jdo.UserException extends JDOUserException implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException

Package kodo.jdo.jdbc

Class kodo.jdo.jdbc.JDOConnectionFactory extends kodo.jdbc.conf.JDBCConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

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

Class kodo.jdo.jdbc.JDOManagedConnectionFactory extends kodo.jdbc.ee.JDBCManagedConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

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

Package kodo.persistence

Class kodo.persistence.ArgumentException extends IllegalArgumentException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.AttachProxyA extends Object implements Serializable

Serialized Fields

pk

int pk

version

int version

stringField

String stringField

fetchA

String fetchA

fetchB

String fetchB

pc

kodo.persistence.AttachProxyA pc

Class kodo.persistence.AttachProxyB extends kodo.persistence.AttachProxyA implements Serializable

Serialized Fields

stringField2

String stringField2

Class kodo.persistence.AttachProxyC extends Object implements Serializable

Serialized Fields

intField

int intField

pc

kodo.persistence.AttachProxyA pc

Class kodo.persistence.Entity2 extends Object implements Serializable

Serialized Fields

pk

long pk

stringField

String stringField

intField

int intField

Class kodo.persistence.EntityExistsException extends EntityExistsException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.EntityManagerFactoryImpl extends Object implements Serializable

Serialized Fields

_factory

kodo.kernel.DelegatingBrokerFactory _factory

Class kodo.persistence.EntityNotFoundException extends EntityNotFoundException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.InvalidStateException extends IllegalStateException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.NonUniqueResultException extends NonUniqueResultException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.NoResultException extends NoResultException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.OptimisticLockException extends OptimisticLockException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.PersistenceException extends PersistenceException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.QueryImpl extends Object implements Serializable

Serialized Fields

_query

kodo.kernel.DelegatingQuery _query

_named

Map<K,V> _named

_positional

List<E> _positional

Class kodo.persistence.RollbackException extends RollbackException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class kodo.persistence.TransactionRequiredException extends TransactionRequiredException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Package kodo.persistence.jdbc

Class kodo.persistence.jdbc.CompositeId extends Object implements Serializable

Serialized Fields

id

Integer id

name

String name

Class kodo.persistence.jdbc.JPAConnectionFactory extends kodo.jdbc.conf.JDBCConfigurationImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

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

Class kodo.persistence.jdbc.JPAManagedConnectionFactory extends kodo.jdbc.ee.JDBCManagedConnectionFactory implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

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

Class kodo.persistence.jdbc.SQLMapAddress extends Object implements Serializable

Serialized Fields

id

int id

street

String street

state

String state

zip

int zip

Class kodo.persistence.jdbc.SQLMapItem extends Object implements Serializable

Serialized Fields

id

int id

name

String name

price

float price

Class kodo.persistence.jdbc.SQLMapOrder extends Object implements Serializable

Serialized Fields

id

int id

quantity

int quantity

item

kodo.persistence.jdbc.SQLMapItem item

Class kodo.persistence.jdbc.SQLMapPerson extends Object implements Serializable

Serialized Fields

name

String name

address

kodo.persistence.jdbc.SQLMapAddress address

partner

kodo.persistence.jdbc.SQLMapPerson partner


Kodo 4.0.0 generated on May 15 2006

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.