Serialized Form
-
Package javax.jdo
-
Exception Class javax.jdo.JDOCanRetryException
class JDOCanRetryException extends JDOException implements Serializable -
Exception Class javax.jdo.JDODataStoreException
class JDODataStoreException extends JDOCanRetryException implements Serializable -
Exception Class javax.jdo.JDODetachedFieldAccessException
class JDODetachedFieldAccessException extends JDOUserException implements Serializable -
Exception Class javax.jdo.JDOException
class JDOException extends RuntimeException implements Serializable-
Serialized Fields
-
failed
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 failedObject
-
inPrintStackTrace
boolean inPrintStackTrace
Flag indicating whether printStackTrace is being executed. -
nested
Throwable[] nested
This exception was generated because of an exception in the runtime library.the nestedThrowable
array
-
-
-
Exception Class javax.jdo.JDOFatalDataStoreException
class JDOFatalDataStoreException extends JDOFatalException implements Serializable -
Exception Class javax.jdo.JDOFatalException
class JDOFatalException extends JDOException implements Serializable -
Exception Class javax.jdo.JDOFatalInternalException
class JDOFatalInternalException extends JDOFatalException implements Serializable -
Exception Class javax.jdo.JDOFatalUserException
class JDOFatalUserException extends JDOFatalException implements Serializable -
Exception Class javax.jdo.JDONullIdentityException
class JDONullIdentityException extends JDOUserException implements Serializable -
Exception Class javax.jdo.JDOObjectNotFoundException
class JDOObjectNotFoundException extends JDODataStoreException implements Serializable -
Exception Class javax.jdo.JDOOptimisticVerificationException
class JDOOptimisticVerificationException extends JDOFatalDataStoreException implements Serializable -
Exception Class javax.jdo.JDOReadOnlyException
class JDOReadOnlyException extends JDOUserException implements Serializable -
Exception Class javax.jdo.JDOUnsupportedOptionException
class JDOUnsupportedOptionException extends JDOUserException implements Serializable -
Exception Class javax.jdo.JDOUserCallbackException
class JDOUserCallbackException extends JDOUserException implements Serializable -
Exception Class javax.jdo.JDOUserException
class JDOUserException extends JDOCanRetryException implements Serializable
-
-
Package javax.jdo.identity
-
Class javax.jdo.identity.ByteIdentity
class ByteIdentity extends SingleFieldIdentity implements Externalizable-
Serialization Methods
-
readExternal
Read this object. Read the superclass first.- Parameters:
in
- the input- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write this object. Write the superclass first.- Parameters:
out
- the output- Throws:
IOException
-
-
-
Class javax.jdo.identity.CharIdentity
class CharIdentity extends SingleFieldIdentity implements Externalizable-
Serialization Methods
-
readExternal
Read this object. Read the superclass first.- Parameters:
in
- the input- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write this object. Write the superclass first.- Parameters:
out
- the output- Throws:
IOException
-
-
-
Class javax.jdo.identity.IntIdentity
class IntIdentity extends SingleFieldIdentity implements Externalizable-
Serialization Methods
-
readExternal
Read this object. Read the superclass first.- Parameters:
in
- the input- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write this object. Write the superclass first.- Parameters:
out
- the output- Throws:
IOException
-
-
-
Class javax.jdo.identity.LongIdentity
class LongIdentity extends SingleFieldIdentity implements Externalizable-
Serialization Methods
-
readExternal
Read this object. Read the superclass first.- Parameters:
in
- the input- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write this object. Write the superclass first.- Parameters:
out
- the output- Throws:
IOException
-
-
-
Class javax.jdo.identity.ObjectIdentity
class ObjectIdentity extends SingleFieldIdentity implements Externalizable-
Serialization Methods
-
readExternal
Read this object. Read the superclass first.- Parameters:
in
- the input- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write this object. Write the superclass first.- Parameters:
out
- the output- Throws:
IOException
-
-
-
Class javax.jdo.identity.ShortIdentity
class ShortIdentity extends SingleFieldIdentity implements Externalizable-
Serialization Methods
-
readExternal
Read this object. Read the superclass first.- Parameters:
in
- the input- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write this object. Write the superclass first.- Parameters:
out
- the output- Throws:
IOException
-
-
-
Class javax.jdo.identity.SingleFieldIdentity
class SingleFieldIdentity extends Object implements Externalizable-
Serialization Methods
-
readExternal
Read from the input stream. Creates a new instance with the target class name set- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write to the output stream.- Parameters:
out
- the stream- Throws:
IOException
-
-
-
Class javax.jdo.identity.StringIdentity
class StringIdentity extends SingleFieldIdentity implements Externalizable-
Serialization Methods
-
readExternal
Read this object. Read the superclass first.- Parameters:
in
- the input- Throws:
IOException
ClassNotFoundException
-
writeExternal
Write this object. Write the superclass first.- Parameters:
out
- the output- Throws:
IOException
-
-
-
-
Package javax.jdo.listener
-
Class javax.jdo.listener.InstanceLifecycleEvent
class InstanceLifecycleEvent extends EventObject implements Serializable-
Serialization Methods
-
writeObject
Serialization is not supported for InstanceLifecycleEvents. param out the output stream- Throws:
IOException
- Since:
- 2.0
-
-
Serialized Fields
-
eventType
int eventType
The event type that triggered the construction of this event object. -
target
Object target
The "other" object associated with the event.
-
-
-
-
Package javax.jdo.spi
-
Class javax.jdo.spi.JDOPermission
class JDOPermission extends BasicPermission implements Serializable -
Class javax.jdo.spi.RegisterClassEvent
class RegisterClassEvent extends EventObject implements Serializable-
Serialized Fields
-
fieldFlags
byte[] fieldFlags
The flags of managed fields of the persistence-capable class -
fieldNames
String[] fieldNames
The names of managed fields of the persistence-capable class -
fieldTypes
Class[] fieldTypes
The types of managed fields of the persistence-capable class -
pcClass
Class pcClass
The class object of the registered persistence-capable class -
persistenceCapableSuperclass
Class persistenceCapableSuperclass
-
-
-