Serialized Form


Package javax.jdo

Class javax.jdo.JDOCanRetryException extends JDOException implements Serializable

Class javax.jdo.JDODataStoreException extends JDOCanRetryException implements Serializable

Class javax.jdo.JDOException extends java.lang.RuntimeException implements Serializable

Serialized Fields

nested

java.lang.Throwable[] nested
This exception was generated because of an exception in the runtime library.

the nested Throwable array

failed

java.lang.Object failed
This exception may be the result of incorrect parameters supplied to an API. This is the object from which the user can determine the cause of the problem.

the failed Object

Class javax.jdo.JDOFatalDataStoreException extends JDOFatalException implements Serializable

Class javax.jdo.JDOFatalException extends JDOException implements Serializable

Class javax.jdo.JDOFatalInternalException extends JDOFatalException implements Serializable

Class javax.jdo.JDOFatalUserException extends JDOFatalException implements Serializable

Class javax.jdo.JDOObjectNotFoundException extends JDODataStoreException implements Serializable

Class javax.jdo.JDOOptimisticVerificationException extends JDOFatalDataStoreException implements Serializable

Class javax.jdo.JDOUnsupportedOptionException extends JDOUserException implements Serializable

Class javax.jdo.JDOUserException extends JDOCanRetryException implements Serializable


Package com.orientechnologies.jdo

Class com.orientechnologies.jdo.oCacheItem extends java.lang.Object implements Serializable

Serialized Fields

oid

oOID oid

object

oBinary object

pinned

boolean pinned

exclusiveWriter

oTransaction exclusiveWriter

sharedReaders

java.util.ArrayList sharedReaders

Class com.orientechnologies.jdo.oCacheManager extends java.lang.Object implements Serializable

Serialized Fields

activeItems

java.util.HashMap activeItems

pinnedItems

java.util.HashMap pinnedItems

unpinnedItems

java.util.HashMap unpinnedItems

pinnedPriority

java.util.ArrayList pinnedPriority

unpinnedPriority

java.util.ArrayList unpinnedPriority

size

int size

totalActive

int totalActive

totalPinned

int totalPinned

totalUnpinned

int totalUnpinned

cachePolicy

int cachePolicy

Class com.orientechnologies.jdo.oOID extends java.lang.Object implements Serializable

Serialized Fields

refPool

byte refPool

database

byte database

clazz

short clazz

record

int record

Class com.orientechnologies.jdo.oOrientURL extends java.lang.Object implements Serializable

Serialized Fields

origin

java.lang.String origin

protocol

java.lang.String protocol

host

java.lang.String host

port

java.lang.String port

resource

java.lang.String resource

database

java.lang.String database

Class com.orientechnologies.jdo.oPersistenceManagerFactory extends java.lang.Object implements Serializable

Serialized Fields

url

java.lang.String url

userName

java.lang.String userName

userPasswd

java.lang.String userPasswd

justEngine

com.orientechnologies.jdo.engine.oEngineLoader justEngine

enterpriseEngine

com.orientechnologies.jdo.engine.oEngineLoader enterpriseEngine

enterpriseEngineClass

java.lang.Class enterpriseEngineClass

multithread

boolean multithread

properties

java.util.Properties properties

Class com.orientechnologies.jdo.oPersistenceManagerMT extends java.lang.Object implements Serializable

Serialized Fields

pm

oPersistenceManager pm

multithread

boolean multithread

Class com.orientechnologies.jdo.oPersistenceManagerST extends java.lang.Object implements Serializable

Serialized Fields

url

oOrientURL url

databaseName

java.lang.String databaseName

userName

java.lang.String userName

userPasswd

java.lang.String userPasswd

open

boolean open

usingDynaObjects

boolean usingDynaObjects

properties

java.util.Properties properties

databaseId

int databaseId

sessionId

int sessionId

connectionId

int connectionId

dateFormatString

java.lang.String dateFormatString

dateFormat

java.text.DateFormat dateFormat

Class com.orientechnologies.jdo.oQuery extends java.lang.Object implements Serializable

Serialized Fields

manager

oPersistenceManager manager

dbName

java.lang.String dbName

language

java.lang.String language

clsName

java.lang.String clsName

filter

java.lang.String filter

polymorphic

boolean polymorphic

Class com.orientechnologies.jdo.oTransaction extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream oos)
                  throws java.io.IOException
Serialized Fields

id

int id

active

boolean active


Package com.orientechnologies.jdo.types

Class com.orientechnologies.jdo.types.oArray extends java.util.ArrayList implements Serializable

Class com.orientechnologies.jdo.types.oBinary extends java.io.ByteArrayOutputStream implements Serializable

Serialized Fields

buffer

byte[] buffer

size

int size

step

int step

length

int length


Package com.orientechnologies.jdo.exceptions

Class com.orientechnologies.jdo.exceptions.oIllegalAccessException extends JDOFatalUserException implements Serializable

Class com.orientechnologies.jdo.exceptions.oObjectLockedException extends JDOUserException implements Serializable

Class com.orientechnologies.jdo.exceptions.oObjectNotFoundException extends JDOUserException implements Serializable

Class com.orientechnologies.jdo.exceptions.oObjectNotInsertedException extends JDOUserException implements Serializable

Class com.orientechnologies.jdo.exceptions.oObjectNotLockedException extends JDOUserException implements Serializable

Class com.orientechnologies.jdo.exceptions.oObjectNotReleasedException extends JDOUserException implements Serializable

Class com.orientechnologies.jdo.exceptions.oObjectNotTransformed extends JDOUserException implements Serializable

Class com.orientechnologies.jdo.exceptions.oObjectNotUpdatedException extends JDOUserException implements Serializable


Package com.orientechnologies.jdo.directory

Class com.orientechnologies.jdo.directory.oDirectoryException extends java.lang.Exception implements Serializable