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