blob: bea61b7189fa7ce69efbc6119b1c1688eab26161 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_09) on Thu Oct 13 20:55:49 PDT 2005 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Index (JDO1 API 1.1)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (JDO1 API 1.1)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#addRegisterClassListener(javax.jdo.spi.RegisterClassListener)"><B>addRegisterClassListener(RegisterClassListener)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Add the specified <code>RegisterClassListener</code> to the listener list.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="javax/jdo/Transaction.html#begin()"><B>begin()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>Begin a transaction.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#CHECK_READ"><B>CHECK_READ</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFieldFlags for a field includes CHECK_READ, then
the field has been enhanced to call the jdoStateManager on read
if the jdoFlags setting is not READ_OK or READ_WRITE_OK.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#CHECK_WRITE"><B>CHECK_WRITE</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFieldFlags for a field includes CHECK_WRITE,
then the field has been enhanced to call the
jdoStateManager on write if the jdoFlags setting is not
READ_WRITE_OK;.
<DT><A HREF="javax/jdo/spi/JDOPermission.html#CLOSE_PERSISTENCE_MANAGER_FACTORY"><B>CLOSE_PERSISTENCE_MANAGER_FACTORY</B></A> -
Static variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi">JDOPermission</A>
<DD>An instance of <code>JDOPermission</code> to be used for
<code>closePersistenceManagerFactory</code> permission checking.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#checkAuthorizedStateManager(javax.jdo.spi.StateManager)"><B>checkAuthorizedStateManager(StateManager)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Check that the parameter instance is of a class that is authorized for
JDOPermission("setStateManager").
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#checkAuthorizedStateManagerClass(java.lang.Class)"><B>checkAuthorizedStateManagerClass(Class)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Check that the parameter instance is a class that is authorized for
JDOPermission("setStateManager").
<DT><A HREF="javax/jdo/Extent.html#close(java.util.Iterator)"><B>close(Iterator)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Extent.html" title="interface in javax.jdo">Extent</A>
<DD>Close an <code>Iterator</code> associated with this <code>Extent</code> instance.
<DT><A HREF="javax/jdo/PersistenceManager.html#close()"><B>close()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Close this <code>PersistenceManager</code> so that no further requests may be
made on it.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#close()"><B>close()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Close this PersistenceManagerFactory.
<DT><A HREF="javax/jdo/Query.html#close(java.lang.Object)"><B>close(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Close a query result and release any resources associated with it.
<DT><A HREF="javax/jdo/Extent.html#closeAll()"><B>closeAll()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Extent.html" title="interface in javax.jdo">Extent</A>
<DD>Close all <code>Iterator</code>s associated with this <code>Extent</code> instance.
<DT><A HREF="javax/jdo/Query.html#closeAll()"><B>closeAll()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Close all query results associated with this <code>Query</code> instance, and release all
resources associated with them.
<DT><A HREF="javax/jdo/Transaction.html#commit()"><B>commit()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>Commit the current transaction.
<DT><A HREF="javax/jdo/Query.html#compile()"><B>compile()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Verify the elements of the query and provide a hint to the query to
prepare and optimize an execution plan.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#copyKeyFieldsFromObjectId(java.lang.Class, javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, java.lang.Object)"><B>copyKeyFieldsFromObjectId(Class, PersistenceCapable.ObjectIdFieldConsumer, Object)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Copy fields to an outside source from the key fields in the ObjectId.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#copyKeyFieldsToObjectId(java.lang.Class, javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier, java.lang.Object)"><B>copyKeyFieldsToObjectId(Class, PersistenceCapable.ObjectIdFieldSupplier, Object)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Copy fields from an outside source to the key fields in the ObjectId.
<DT><A HREF="javax/jdo/PersistenceManager.html#currentTransaction()"><B>currentTransaction()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Return the <code>Transaction</code> instance associated with a <code>PersistenceManager</code>.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="javax/jdo/Query.html#declareImports(java.lang.String)"><B>declareImports(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Set the import statements to be used to identify the fully qualified name of
variables or parameters.
<DT><A HREF="javax/jdo/Query.html#declareParameters(java.lang.String)"><B>declareParameters(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Declare the list of parameters query execution.
<DT><A HREF="javax/jdo/Query.html#declareVariables(java.lang.String)"><B>declareVariables(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Declare the unbound variables to be used in the query.
<DT><A HREF="javax/jdo/PersistenceManager.html#deletePersistent(java.lang.Object)"><B>deletePersistent(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Delete the persistent instance from the data store.
<DT><A HREF="javax/jdo/PersistenceManager.html#deletePersistentAll(java.lang.Object[])"><B>deletePersistentAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Delete an array of instances from the data store.
<DT><A HREF="javax/jdo/PersistenceManager.html#deletePersistentAll(java.util.Collection)"><B>deletePersistentAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Delete a <code>Collection</code> of instances from the data store.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="javax/jdo/Extent.html" title="interface in javax.jdo"><B>Extent</B></A> - interface javax.jdo.<A HREF="javax/jdo/Extent.html" title="interface in javax.jdo">Extent</A>.<DD>Instances of the <code>Extent</code> class represent the entire collection
of instances in the data store of the candidate class
possibly including its subclasses.<DT><A HREF="javax/jdo/PersistenceManager.html#evict(java.lang.Object)"><B>evict(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Mark an instance as no longer needed in the cache.
<DT><A HREF="javax/jdo/PersistenceManager.html#evictAll(java.lang.Object[])"><B>evictAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Mark an array of instances as no longer needed in the cache.
<DT><A HREF="javax/jdo/PersistenceManager.html#evictAll(java.util.Collection)"><B>evictAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Mark a <code>Collection</code> of instances as no longer needed in the cache.
<DT><A HREF="javax/jdo/PersistenceManager.html#evictAll()"><B>evictAll()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Mark all persistent-nontransactional instances as no longer needed
in the cache.
<DT><A HREF="javax/jdo/Query.html#execute()"><B>execute()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Execute the query and return the filtered Collection.
<DT><A HREF="javax/jdo/Query.html#execute(java.lang.Object)"><B>execute(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Execute the query and return the filtered <code>Collection</code>.
<DT><A HREF="javax/jdo/Query.html#execute(java.lang.Object, java.lang.Object)"><B>execute(Object, Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Execute the query and return the filtered <code>Collection</code>.
<DT><A HREF="javax/jdo/Query.html#execute(java.lang.Object, java.lang.Object, java.lang.Object)"><B>execute(Object, Object, Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Execute the query and return the filtered <code>Collection</code>.
<DT><A HREF="javax/jdo/Query.html#executeWithArray(java.lang.Object[])"><B>executeWithArray(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Execute the query and return the filtered <code>Collection</code>.
<DT><A HREF="javax/jdo/Query.html#executeWithMap(java.util.Map)"><B>executeWithMap(Map)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Execute the query and return the filtered <code>Collection</code>.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchBooleanField(int)"><B>fetchBooleanField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchByteField(int)"><B>fetchByteField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchCharField(int)"><B>fetchCharField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchDoubleField(int)"><B>fetchDoubleField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchFloatField(int)"><B>fetchFloatField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchIntField(int)"><B>fetchIntField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchLongField(int)"><B>fetchLongField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchObjectField(int)"><B>fetchObjectField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchShortField(int)"><B>fetchShortField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html#fetchStringField(int)"><B>fetchStringField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>
<DD>Fetch one field from the field manager.
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#fieldFlags"><B>fieldFlags</B></A> -
Variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>The flags of managed fields of the persistence-capable class
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#fieldNames"><B>fieldNames</B></A> -
Variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>The names of managed fields of the persistence-capable class
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#fieldTypes"><B>fieldTypes</B></A> -
Variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>The types of managed fields of the persistence-capable class
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/JDOPermission.html#GET_METADATA"><B>GET_METADATA</B></A> -
Static variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi">JDOPermission</A>
<DD>An instance of <code>JDOPermission</code> to be used for
<code>getMetadata</code> permission checking.
<DT><A HREF="javax/jdo/spi/StateManager.html#getBooleanField(javax.jdo.spi.PersistenceCapable, int, boolean)"><B>getBooleanField(PersistenceCapable, int, boolean)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/spi/StateManager.html#getByteField(javax.jdo.spi.PersistenceCapable, int, byte)"><B>getByteField(PersistenceCapable, int, byte)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/Extent.html#getCandidateClass()"><B>getCandidateClass()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Extent.html" title="interface in javax.jdo">Extent</A>
<DD>An <code>Extent</code> contains all instances of a particular class in the data
store; this method returns the <code>Class</code> of the instances.
<DT><A HREF="javax/jdo/JDOException.html#getCause()"><B>getCause()</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Often there is only one nested exception, and this method returns it.
<DT><A HREF="javax/jdo/spi/StateManager.html#getCharField(javax.jdo.spi.PersistenceCapable, int, char)"><B>getCharField(PersistenceCapable, int, char)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getConnectionDriverName()"><B>getConnectionDriverName()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the driver name for the data store connection.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getConnectionFactory()"><B>getConnectionFactory()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getConnectionFactory2()"><B>getConnectionFactory2()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the second data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getConnectionFactory2Name()"><B>getConnectionFactory2Name()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the name for the second data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getConnectionFactoryName()"><B>getConnectionFactoryName()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the name for the data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getConnectionURL()"><B>getConnectionURL()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the URL for the data store connection.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getConnectionUserName()"><B>getConnectionUserName()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the user name for the data store connection.
<DT><A HREF="javax/jdo/spi/StateManager.html#getDoubleField(javax.jdo.spi.PersistenceCapable, int, double)"><B>getDoubleField(PersistenceCapable, int, double)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/PersistenceManager.html#getExtent(java.lang.Class, boolean)"><B>getExtent(Class, boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>The <code>PersistenceManager</code> manages a collection of instances in the data
store based on the class of the instances.
<DT><A HREF="javax/jdo/JDOException.html#getFailedObject()"><B>getFailedObject()</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>The exception may include a failed object.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#getFieldFlags(java.lang.Class)"><B>getFieldFlags(Class)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Get the field flags for a <code>PersistenceCapable</code> class.
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#getFieldFlags()"><B>getFieldFlags()</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>Returns the flags of the managed field of the persistence-capable class.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#getFieldNames(java.lang.Class)"><B>getFieldNames(Class)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Get the field names for a <code>PersistenceCapable</code> class.
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#getFieldNames()"><B>getFieldNames()</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>Returns the names of the managed field of the persistence-capable class.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#getFieldTypes(java.lang.Class)"><B>getFieldTypes(Class)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Get the field types for a <code>PersistenceCapable</code> class.
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#getFieldTypes()"><B>getFieldTypes()</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>Returns the types of the managed field of the persistence-capable class.
<DT><A HREF="javax/jdo/spi/StateManager.html#getFloatField(javax.jdo.spi.PersistenceCapable, int, float)"><B>getFloatField(PersistenceCapable, int, float)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/PersistenceManager.html#getIgnoreCache()"><B>getIgnoreCache()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Get the ignoreCache setting for queries.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getIgnoreCache()"><B>getIgnoreCache()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the default IgnoreCache setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Query.html#getIgnoreCache()"><B>getIgnoreCache()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Get the ignoreCache option setting.
<DT><A HREF="javax/jdo/spi/I18NHelper.html#getInstance(java.lang.String)"><B>getInstance(String)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>An instance bound to a bundle.
<DT><A HREF="javax/jdo/spi/I18NHelper.html#getInstance(java.lang.Class)"><B>getInstance(Class)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>An instance bound to a bundle.
<DT><A HREF="javax/jdo/spi/I18NHelper.html#getInstance(java.lang.String, java.lang.ClassLoader)"><B>getInstance(String, ClassLoader)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>An instance bound to a bundle.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#getInstance()"><B>getInstance()</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Get an instance of <code>JDOImplHelper</code>.
<DT><A HREF="javax/jdo/spi/StateManager.html#getIntField(javax.jdo.spi.PersistenceCapable, int, int)"><B>getIntField(PersistenceCapable, int, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/spi/StateManager.html#getLongField(javax.jdo.spi.PersistenceCapable, int, long)"><B>getLongField(PersistenceCapable, int, long)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/PersistenceManager.html#getMultithreaded()"><B>getMultithreaded()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Get the current Multithreaded flag for this <code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getMultithreaded()"><B>getMultithreaded()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the default Multithreaded setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/JDOException.html#getNestedExceptions()"><B>getNestedExceptions()</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>The exception may have been caused by multiple exceptions in the runtime.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getNontransactionalRead()"><B>getNontransactionalRead()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the default NontransactionalRead setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#getNontransactionalRead()"><B>getNontransactionalRead()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>If <code>true</code>, allows persistent instances to be read without
a transaction active.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getNontransactionalWrite()"><B>getNontransactionalWrite()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the default NontransactionalWrite setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#getNontransactionalWrite()"><B>getNontransactionalWrite()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>If <code>true</code>, allows persistent instances to be written without
a transaction active.
<DT><A HREF="javax/jdo/PersistenceManager.html#getObjectById(java.lang.Object, boolean)"><B>getObjectById(Object, boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>This method locates a persistent instance in the cache of instances
managed by this <code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/spi/StateManager.html#getObjectField(javax.jdo.spi.PersistenceCapable, int, java.lang.Object)"><B>getObjectField(PersistenceCapable, int, Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/JDOHelper.html#getObjectId(java.lang.Object)"><B>getObjectId(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Return a copy of the JDO identity associated with the parameter instance.
<DT><A HREF="javax/jdo/PersistenceManager.html#getObjectId(java.lang.Object)"><B>getObjectId(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>The ObjectId returned by this method represents the JDO identity of
the instance.
<DT><A HREF="javax/jdo/spi/StateManager.html#getObjectId(javax.jdo.spi.PersistenceCapable)"><B>getObjectId(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the object representing the JDO identity
of the calling instance.
<DT><A HREF="javax/jdo/PersistenceManager.html#getObjectIdClass(java.lang.Class)"><B>getObjectIdClass(Class)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Return the <code>Class</code> that implements the JDO Identity for the
specified <code>PersistenceCapable</code> class.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getOptimistic()"><B>getOptimistic()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the default Optimistic setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#getOptimistic()"><B>getOptimistic()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>Optimistic transactions do not hold data store locks until commit time.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#getPersistenceCapableSuperclass(java.lang.Class)"><B>getPersistenceCapableSuperclass(Class)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Get the persistence-capable superclass for a <code>PersistenceCapable</code> class.
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#getPersistenceCapableSuperclass()"><B>getPersistenceCapableSuperclass()</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>Returns the class object of the persistence-capable superclass.
<DT><A HREF="javax/jdo/Extent.html#getPersistenceManager()"><B>getPersistenceManager()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Extent.html" title="interface in javax.jdo">Extent</A>
<DD>An <code>Extent</code> is managed by a <code>PersistenceManager</code>;
this method gives access to the owning <code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/JDOHelper.html#getPersistenceManager(java.lang.Object)"><B>getPersistenceManager(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Return the associated <code>PersistenceManager</code> if there is one.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getPersistenceManager()"><B>getPersistenceManager()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get an instance of <code>PersistenceManager</code> from this factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getPersistenceManager(java.lang.String, java.lang.String)"><B>getPersistenceManager(String, String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get an instance of <code>PersistenceManager</code> from this factory.
<DT><A HREF="javax/jdo/Query.html#getPersistenceManager()"><B>getPersistenceManager()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Get the <code>PersistenceManager</code> associated with this <code>Query</code>.
<DT><A HREF="javax/jdo/Transaction.html#getPersistenceManager()"><B>getPersistenceManager()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>The <code>Transaction</code> instance is always associated with exactly one
<code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/spi/StateManager.html#getPersistenceManager(javax.jdo.spi.PersistenceCapable)"><B>getPersistenceManager(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the <code>PersistenceManager</code> that owns this instance.
<DT><A HREF="javax/jdo/JDOHelper.html#getPersistenceManagerFactory(java.util.Properties)"><B>getPersistenceManagerFactory(Properties)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Get a <code>PersistenceManagerFactory</code> based on a <code>Properties</code> instance, using
the current thread's context class loader to locate the
<code>PersistenceManagerFactory</code> class.
<DT><A HREF="javax/jdo/JDOHelper.html#getPersistenceManagerFactory(java.util.Properties, java.lang.ClassLoader)"><B>getPersistenceManagerFactory(Properties, ClassLoader)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Get a <code>PersistenceManagerFactory</code> based on a <code>Properties</code>
instance and a class loader.
<DT><A HREF="javax/jdo/PersistenceManager.html#getPersistenceManagerFactory()"><B>getPersistenceManagerFactory()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>This method returns the <code>PersistenceManagerFactory</code> used to create
this <code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getProperties()"><B>getProperties()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Return non-configurable properties of this <code>PersistenceManagerFactory</code>.
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#getRegisteredClass()"><B>getRegisteredClass()</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>Returns the class object of the registered persistence-capable class.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#getRegisteredClasses()"><B>getRegisteredClasses()</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Returns a collection of class objects of the registered
persistence-capable classes.
<DT><A HREF="javax/jdo/spi/I18NHelper.html#getResourceBundle()"><B>getResourceBundle()</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Returns the resource bundle used by this I18NHelper.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getRestoreValues()"><B>getRestoreValues()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the default value for the RestoreValues property.
<DT><A HREF="javax/jdo/Transaction.html#getRestoreValues()"><B>getRestoreValues()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>Return the current value of the restoreValues property.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#getRetainValues()"><B>getRetainValues()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Get the default RetainValues setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#getRetainValues()"><B>getRetainValues()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>If <code>true</code>, at commit time instances retain their field values.
<DT><A HREF="javax/jdo/spi/StateManager.html#getShortField(javax.jdo.spi.PersistenceCapable, int, short)"><B>getShortField(PersistenceCapable, int, short)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/spi/StateManager.html#getStringField(javax.jdo.spi.PersistenceCapable, int, java.lang.String)"><B>getStringField(PersistenceCapable, int, String)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the value for the field.
<DT><A HREF="javax/jdo/Transaction.html#getSynchronization()"><B>getSynchronization()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>The user-specified <code>Synchronization</code> instance for this <code>Transaction</code> instance.
<DT><A HREF="javax/jdo/JDOHelper.html#getTransactionalObjectId(java.lang.Object)"><B>getTransactionalObjectId(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Return a copy of the JDO identity associated with the parameter instance.
<DT><A HREF="javax/jdo/PersistenceManager.html#getTransactionalObjectId(java.lang.Object)"><B>getTransactionalObjectId(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>The ObjectId returned by this method represents the JDO identity of
the instance.
<DT><A HREF="javax/jdo/spi/StateManager.html#getTransactionalObjectId(javax.jdo.spi.PersistenceCapable)"><B>getTransactionalObjectId(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return the object representing the JDO identity
of the calling instance.
<DT><A HREF="javax/jdo/PersistenceManager.html#getUserObject()"><B>getUserObject()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>The application can manage the <code>PersistenceManager</code> instances
more easily by having an application object associated with each
<code>PersistenceManager</code> instance.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="javax/jdo/Extent.html#hasSubclasses()"><B>hasSubclasses()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Extent.html" title="interface in javax.jdo">Extent</A>
<DD>Returns whether this <code>Extent</code> was defined to contain subclasses.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi"><B>I18NHelper</B></A> - class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>.<DD>Helper class for constructing messages from bundles.<DT><A HREF="javax/jdo/InstanceCallbacks.html" title="interface in javax.jdo"><B>InstanceCallbacks</B></A> - interface javax.jdo.<A HREF="javax/jdo/InstanceCallbacks.html" title="interface in javax.jdo">InstanceCallbacks</A>.<DD>A <code>PersistenceCapable</code> class that provides callback methods for life
cycle events implements this interface.<DT><A HREF="javax/jdo/JDOException.html#initCause(java.lang.Throwable)"><B>initCause(Throwable)</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>JDK 1.4 includes a new chaining mechanism for Throwable, but since
JDO has its own "legacy" chaining mechanism, the "standard" mechanism
cannot be used.
<DT><A HREF="javax/jdo/Transaction.html#isActive()"><B>isActive()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>Returns whether there is a transaction currently active.
<DT><A HREF="javax/jdo/PersistenceManager.html#isClosed()"><B>isClosed()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>A <code>PersistenceManager</code> instance can be used until it is closed.
<DT><A HREF="javax/jdo/JDOHelper.html#isDeleted(java.lang.Object)"><B>isDeleted(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Tests whether the parameter instance has been deleted.
<DT><A HREF="javax/jdo/spi/StateManager.html#isDeleted(javax.jdo.spi.PersistenceCapable)"><B>isDeleted(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Tests whether this object has been deleted.
<DT><A HREF="javax/jdo/JDOHelper.html#isDirty(java.lang.Object)"><B>isDirty(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Tests whether the parameter instance is dirty.
<DT><A HREF="javax/jdo/spi/StateManager.html#isDirty(javax.jdo.spi.PersistenceCapable)"><B>isDirty(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Tests whether this object is dirty.
<DT><A HREF="javax/jdo/spi/StateManager.html#isLoaded(javax.jdo.spi.PersistenceCapable, int)"><B>isLoaded(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Return <code>true</code> if the field is cached in the calling
instance.
<DT><A HREF="javax/jdo/JDOHelper.html#isNew(java.lang.Object)"><B>isNew(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Tests whether the parameter instance has been newly made persistent.
<DT><A HREF="javax/jdo/spi/StateManager.html#isNew(javax.jdo.spi.PersistenceCapable)"><B>isNew(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Tests whether this object has been newly made persistent.
<DT><A HREF="javax/jdo/JDOHelper.html#isPersistent(java.lang.Object)"><B>isPersistent(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Tests whether the parameter instance is persistent.
<DT><A HREF="javax/jdo/spi/StateManager.html#isPersistent(javax.jdo.spi.PersistenceCapable)"><B>isPersistent(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Tests whether this object is persistent.
<DT><A HREF="javax/jdo/JDOHelper.html#isTransactional(java.lang.Object)"><B>isTransactional(Object)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Tests whether the parameter instance is transactional.
<DT><A HREF="javax/jdo/spi/StateManager.html#isTransactional(javax.jdo.spi.PersistenceCapable)"><B>isTransactional(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Tests whether this object is transactional.
<DT><A HREF="javax/jdo/Extent.html#iterator()"><B>iterator()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Extent.html" title="interface in javax.jdo">Extent</A>
<DD>Returns an iterator over all the instances in the <code>Extent</code>.
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo"><B>JDOCanRetryException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>.<DD>This is the base class for exceptions that can be retried.<DT><A HREF="javax/jdo/JDOCanRetryException.html#JDOCanRetryException()"><B>JDOCanRetryException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>
<DD>Constructs a new <code>JDOCanRetryException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOCanRetryException.html#JDOCanRetryException(java.lang.String)"><B>JDOCanRetryException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>
<DD>Constructs a new <code>JDOCanRetryException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOCanRetryException.html#JDOCanRetryException(java.lang.String, java.lang.Throwable[])"><B>JDOCanRetryException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>
<DD>Constructs a new <code>JDOCanRetryException</code> with the specified detail
message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOCanRetryException.html#JDOCanRetryException(java.lang.String, java.lang.Throwable)"><B>JDOCanRetryException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>
<DD>Constructs a new <code>JDOCanRetryException</code> with the specified detail
message and nested <code>Throwable<code>s.
<DT><A HREF="javax/jdo/JDOCanRetryException.html#JDOCanRetryException(java.lang.String, java.lang.Object)"><B>JDOCanRetryException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>
<DD>Constructs a new <code>JDOCanRetryException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDOCanRetryException.html#JDOCanRetryException(java.lang.String, java.lang.Throwable[], java.lang.Object)"><B>JDOCanRetryException(String, Throwable[], Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>
<DD>Constructs a new <code>JDOCanRetryException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOCanRetryException.html#JDOCanRetryException(java.lang.String, java.lang.Throwable, java.lang.Object)"><B>JDOCanRetryException(String, Throwable, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOCanRetryException.html" title="class in javax.jdo">JDOCanRetryException</A>
<DD>Constructs a new <code>JDOCanRetryException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo"><B>JDODataStoreException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>.<DD>This class represents data store exceptions that can be retried.<DT><A HREF="javax/jdo/JDODataStoreException.html#JDODataStoreException()"><B>JDODataStoreException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>
<DD>Constructs a new <code>JDODataStoreException</code> without a detail message.
<DT><A HREF="javax/jdo/JDODataStoreException.html#JDODataStoreException(java.lang.String)"><B>JDODataStoreException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>
<DD>Constructs a new <code>JDODataStoreException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDODataStoreException.html#JDODataStoreException(java.lang.String, java.lang.Throwable[])"><B>JDODataStoreException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>
<DD>Constructs a new <code>JDODataStoreException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDODataStoreException.html#JDODataStoreException(java.lang.String, java.lang.Throwable)"><B>JDODataStoreException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>
<DD>Constructs a new <code>JDODataStoreException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDODataStoreException.html#JDODataStoreException(java.lang.String, java.lang.Object)"><B>JDODataStoreException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>
<DD>Constructs a new <code>JDODataStoreException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDODataStoreException.html#JDODataStoreException(java.lang.String, java.lang.Throwable[], java.lang.Object)"><B>JDODataStoreException(String, Throwable[], Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>
<DD>Constructs a new <code>JDODataStoreException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDODataStoreException.html#JDODataStoreException(java.lang.String, java.lang.Throwable, java.lang.Object)"><B>JDODataStoreException(String, Throwable, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDODataStoreException.html" title="class in javax.jdo">JDODataStoreException</A>
<DD>Constructs a new <code>JDODataStoreException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOException.html" title="class in javax.jdo"><B>JDOException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>.<DD>This is the root of all JDO Exceptions.<DT><A HREF="javax/jdo/JDOException.html#JDOException()"><B>JDOException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Constructs a new <code>JDOException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOException.html#JDOException(java.lang.String)"><B>JDOException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Constructs a new <code>JDOException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOException.html#JDOException(java.lang.String, java.lang.Throwable[])"><B>JDOException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Constructs a new <code>JDOException</code> with the specified detail message
and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOException.html#JDOException(java.lang.String, java.lang.Throwable)"><B>JDOException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Constructs a new <code>JDOException</code> with the specified detail message
and nested <code>Throwable</code>.
<DT><A HREF="javax/jdo/JDOException.html#JDOException(java.lang.String, java.lang.Object)"><B>JDOException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Constructs a new <code>JDOException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDOException.html#JDOException(java.lang.String, java.lang.Throwable[], java.lang.Object)"><B>JDOException(String, Throwable[], Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Constructs a new <code>JDOException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOException.html#JDOException(java.lang.String, java.lang.Throwable, java.lang.Object)"><B>JDOException(String, Throwable, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Constructs a new <code>JDOException</code> with the specified detail message,
nested <code>Throwable</code>, and failed object.
<DT><A HREF="javax/jdo/JDOFatalDataStoreException.html" title="class in javax.jdo"><B>JDOFatalDataStoreException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOFatalDataStoreException.html" title="class in javax.jdo">JDOFatalDataStoreException</A>.<DD>This class represents data store exceptions that cannot be retried.<DT><A HREF="javax/jdo/JDOFatalDataStoreException.html#JDOFatalDataStoreException()"><B>JDOFatalDataStoreException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalDataStoreException.html" title="class in javax.jdo">JDOFatalDataStoreException</A>
<DD>Constructs a new <code>JDOFatalDataStoreException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOFatalDataStoreException.html#JDOFatalDataStoreException(java.lang.String)"><B>JDOFatalDataStoreException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalDataStoreException.html" title="class in javax.jdo">JDOFatalDataStoreException</A>
<DD>Constructs a new <code>JDOFatalDataStoreException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOFatalDataStoreException.html#JDOFatalDataStoreException(java.lang.String, java.lang.Object)"><B>JDOFatalDataStoreException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalDataStoreException.html" title="class in javax.jdo">JDOFatalDataStoreException</A>
<DD>Constructs a new <code>JDOFatalDataStoreException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDOFatalDataStoreException.html#JDOFatalDataStoreException(java.lang.String, java.lang.Throwable[])"><B>JDOFatalDataStoreException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalDataStoreException.html" title="class in javax.jdo">JDOFatalDataStoreException</A>
<DD>Constructs a new <code>JDOFatalDataStoreException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalDataStoreException.html#JDOFatalDataStoreException(java.lang.String, java.lang.Throwable)"><B>JDOFatalDataStoreException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalDataStoreException.html" title="class in javax.jdo">JDOFatalDataStoreException</A>
<DD>Constructs a new <code>JDOFatalDataStoreException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo"><B>JDOFatalException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>.<DD>This class represents exceptions that are fatal; that is, the condition
that caused it cannot be bypassed even if the operation is retried.<DT><A HREF="javax/jdo/JDOFatalException.html#JDOFatalException()"><B>JDOFatalException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>
<DD>Constructs a new <code>JDOFatalException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOFatalException.html#JDOFatalException(java.lang.String)"><B>JDOFatalException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>
<DD>Constructs a new <code>JDOFatalException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOFatalException.html#JDOFatalException(java.lang.String, java.lang.Throwable[])"><B>JDOFatalException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>
<DD>Constructs a new <code>JDOFatalException</code> with the specified detail
message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalException.html#JDOFatalException(java.lang.String, java.lang.Throwable)"><B>JDOFatalException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>
<DD>Constructs a new <code>JDOFatalException</code> with the specified detail
message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalException.html#JDOFatalException(java.lang.String, java.lang.Object)"><B>JDOFatalException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>
<DD>Constructs a new <code>JDOFatalException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDOFatalException.html#JDOFatalException(java.lang.String, java.lang.Throwable[], java.lang.Object)"><B>JDOFatalException(String, Throwable[], Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>
<DD>Constructs a new <code>JDOFatalException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOFatalException.html#JDOFatalException(java.lang.String, java.lang.Throwable, java.lang.Object)"><B>JDOFatalException(String, Throwable, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalException.html" title="class in javax.jdo">JDOFatalException</A>
<DD>Constructs a new <code>JDOFatalException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOFatalInternalException.html" title="class in javax.jdo"><B>JDOFatalInternalException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOFatalInternalException.html" title="class in javax.jdo">JDOFatalInternalException</A>.<DD>This class represents errors in the implementation for which no user
error handling is possible.<DT><A HREF="javax/jdo/JDOFatalInternalException.html#JDOFatalInternalException()"><B>JDOFatalInternalException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalInternalException.html" title="class in javax.jdo">JDOFatalInternalException</A>
<DD>Constructs a new <code>JDOFatalInternalException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOFatalInternalException.html#JDOFatalInternalException(java.lang.String)"><B>JDOFatalInternalException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalInternalException.html" title="class in javax.jdo">JDOFatalInternalException</A>
<DD>Constructs a new <code>JDOFatalInternalException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOFatalInternalException.html#JDOFatalInternalException(java.lang.String, java.lang.Throwable[])"><B>JDOFatalInternalException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalInternalException.html" title="class in javax.jdo">JDOFatalInternalException</A>
<DD>Constructs a new <code>JDOFatalInternalException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalInternalException.html#JDOFatalInternalException(java.lang.String, java.lang.Throwable)"><B>JDOFatalInternalException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalInternalException.html" title="class in javax.jdo">JDOFatalInternalException</A>
<DD>Constructs a new <code>JDOFatalInternalException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo"><B>JDOFatalUserException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>.<DD>This class represents user errors that cannot be retried.<DT><A HREF="javax/jdo/JDOFatalUserException.html#JDOFatalUserException()"><B>JDOFatalUserException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>
<DD>Constructs a new <code>JDOFatalUserException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOFatalUserException.html#JDOFatalUserException(java.lang.String)"><B>JDOFatalUserException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>
<DD>Constructs a new <code>JDOFatalUserException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOFatalUserException.html#JDOFatalUserException(java.lang.String, java.lang.Throwable[])"><B>JDOFatalUserException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>
<DD>Constructs a new <code>JDOFatalUserException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalUserException.html#JDOFatalUserException(java.lang.String, java.lang.Throwable)"><B>JDOFatalUserException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>
<DD>Constructs a new <code>JDOFatalUserException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOFatalUserException.html#JDOFatalUserException(java.lang.String, java.lang.Object)"><B>JDOFatalUserException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>
<DD>Constructs a new <code>JDOFatalUserException</code> with the specified
detail message and failed object.
<DT><A HREF="javax/jdo/JDOFatalUserException.html#JDOFatalUserException(java.lang.String, java.lang.Throwable[], java.lang.Object)"><B>JDOFatalUserException(String, Throwable[], Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>
<DD>Constructs a new <code>JDOFatalUserException</code> with the specified
detail message, nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOFatalUserException.html#JDOFatalUserException(java.lang.String, java.lang.Throwable, java.lang.Object)"><B>JDOFatalUserException(String, Throwable, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOFatalUserException.html" title="class in javax.jdo">JDOFatalUserException</A>
<DD>Constructs a new <code>JDOFatalUserException</code> with the specified
detail message, nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo"><B>JDOHelper</B></A> - class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>.<DD>This class can be used by a JDO-aware application to call the JDO behavior
of <code>PersistenceCapable</code> instances without declaring them to be
<code>PersistenceCapable</code>.<DT><A HREF="javax/jdo/JDOHelper.html#JDOHelper()"><B>JDOHelper()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>&nbsp;
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi"><B>JDOImplHelper</B></A> - class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>.<DD>This class is a helper class for JDO implementations.<DT><A HREF="javax/jdo/JDOObjectNotFoundException.html" title="class in javax.jdo"><B>JDOObjectNotFoundException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOObjectNotFoundException.html" title="class in javax.jdo">JDOObjectNotFoundException</A>.<DD>This class represents exceptions caused by the user accessing
an object that does not exist in the datastore.<DT><A HREF="javax/jdo/JDOObjectNotFoundException.html#JDOObjectNotFoundException()"><B>JDOObjectNotFoundException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOObjectNotFoundException.html" title="class in javax.jdo">JDOObjectNotFoundException</A>
<DD>Constructs a new <code>JDOObjectNotFoundException</code>
without a detail message.
<DT><A HREF="javax/jdo/JDOObjectNotFoundException.html#JDOObjectNotFoundException(java.lang.String)"><B>JDOObjectNotFoundException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOObjectNotFoundException.html" title="class in javax.jdo">JDOObjectNotFoundException</A>
<DD>Constructs a new <code>JDOObjectNotFoundException</code>
with the specified detail message.
<DT><A HREF="javax/jdo/JDOObjectNotFoundException.html#JDOObjectNotFoundException(java.lang.String, java.lang.Object)"><B>JDOObjectNotFoundException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOObjectNotFoundException.html" title="class in javax.jdo">JDOObjectNotFoundException</A>
<DD>Constructs a new <code>JDOObjectNotFoundException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDOObjectNotFoundException.html#JDOObjectNotFoundException(java.lang.String, java.lang.Throwable[])"><B>JDOObjectNotFoundException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOObjectNotFoundException.html" title="class in javax.jdo">JDOObjectNotFoundException</A>
<DD>Constructs a new <code>JDOObjectNotFoundException</code> with the
specified detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOOptimisticVerificationException.html" title="class in javax.jdo"><B>JDOOptimisticVerificationException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOOptimisticVerificationException.html" title="class in javax.jdo">JDOOptimisticVerificationException</A>.<DD>This class represents optimistic verification failures.<DT><A HREF="javax/jdo/JDOOptimisticVerificationException.html#JDOOptimisticVerificationException()"><B>JDOOptimisticVerificationException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOOptimisticVerificationException.html" title="class in javax.jdo">JDOOptimisticVerificationException</A>
<DD>Constructs a new <code>JDOOptimisticVerificationException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOOptimisticVerificationException.html#JDOOptimisticVerificationException(java.lang.String)"><B>JDOOptimisticVerificationException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOOptimisticVerificationException.html" title="class in javax.jdo">JDOOptimisticVerificationException</A>
<DD>Constructs a new <code>JDOOptimisticVerificationException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOOptimisticVerificationException.html#JDOOptimisticVerificationException(java.lang.String, java.lang.Object)"><B>JDOOptimisticVerificationException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOOptimisticVerificationException.html" title="class in javax.jdo">JDOOptimisticVerificationException</A>
<DD>Constructs a new <code>JDOOptimisticVerificationException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDOOptimisticVerificationException.html#JDOOptimisticVerificationException(java.lang.String, java.lang.Throwable[])"><B>JDOOptimisticVerificationException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOOptimisticVerificationException.html" title="class in javax.jdo">JDOOptimisticVerificationException</A>
<DD>Constructs a new <code>JDOOptimisticVerificationException</code> with the specified
detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi"><B>JDOPermission</B></A> - class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi">JDOPermission</A>.<DD>The <code>JDOPermission</code> class is for operations that are reserved for JDO
implementations and should not be called by other code.<DT><A HREF="javax/jdo/spi/JDOPermission.html#JDOPermission(java.lang.String)"><B>JDOPermission(String)</B></A> -
Constructor for class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi">JDOPermission</A>
<DD>Constructs a <code>JDOPermission</code> with the specified name.
<DT><A HREF="javax/jdo/spi/JDOPermission.html#JDOPermission(java.lang.String, java.lang.String)"><B>JDOPermission(String, String)</B></A> -
Constructor for class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi">JDOPermission</A>
<DD>Constructs a <code>JDOPermission</code> with the specified name and actions.
<DT><A HREF="javax/jdo/JDOUnsupportedOptionException.html" title="class in javax.jdo"><B>JDOUnsupportedOptionException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOUnsupportedOptionException.html" title="class in javax.jdo">JDOUnsupportedOptionException</A>.<DD>This class represents exceptions caused by the use of optional features
not supported by the JDO implementation.<DT><A HREF="javax/jdo/JDOUnsupportedOptionException.html#JDOUnsupportedOptionException()"><B>JDOUnsupportedOptionException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUnsupportedOptionException.html" title="class in javax.jdo">JDOUnsupportedOptionException</A>
<DD>Constructs a new <code>JDOUnsupportedOptionException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOUnsupportedOptionException.html#JDOUnsupportedOptionException(java.lang.String)"><B>JDOUnsupportedOptionException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUnsupportedOptionException.html" title="class in javax.jdo">JDOUnsupportedOptionException</A>
<DD>Constructs a new <code>JDOUnsupportedOptionException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOUnsupportedOptionException.html#JDOUnsupportedOptionException(java.lang.String, java.lang.Throwable[])"><B>JDOUnsupportedOptionException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUnsupportedOptionException.html" title="class in javax.jdo">JDOUnsupportedOptionException</A>
<DD>Constructs a new <code>JDOUnsupportedOptionException</code> with the
specified detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOUnsupportedOptionException.html#JDOUnsupportedOptionException(java.lang.String, java.lang.Throwable)"><B>JDOUnsupportedOptionException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUnsupportedOptionException.html" title="class in javax.jdo">JDOUnsupportedOptionException</A>
<DD>Constructs a new <code>JDOUnsupportedOptionException</code> with the
specified detail message and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo"><B>JDOUserException</B></A> - exception javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>.<DD>This class represents user errors that can possibly be retried.<DT><A HREF="javax/jdo/JDOUserException.html#JDOUserException()"><B>JDOUserException()</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>
<DD>Constructs a new <code>JDOUserException</code> without a detail message.
<DT><A HREF="javax/jdo/JDOUserException.html#JDOUserException(java.lang.String)"><B>JDOUserException(String)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>
<DD>Constructs a new <code>JDOUserException</code> with the specified detail message.
<DT><A HREF="javax/jdo/JDOUserException.html#JDOUserException(java.lang.String, java.lang.Throwable[])"><B>JDOUserException(String, Throwable[])</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>
<DD>Constructs a new <code>JDOUserException</code> with the specified detail message
and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOUserException.html#JDOUserException(java.lang.String, java.lang.Throwable)"><B>JDOUserException(String, Throwable)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>
<DD>Constructs a new <code>JDOUserException</code> with the specified detail message
and nested <code>Throwable</code>s.
<DT><A HREF="javax/jdo/JDOUserException.html#JDOUserException(java.lang.String, java.lang.Object)"><B>JDOUserException(String, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>
<DD>Constructs a new <code>JDOUserException</code> with the specified detail message
and failed object.
<DT><A HREF="javax/jdo/JDOUserException.html#JDOUserException(java.lang.String, java.lang.Throwable[], java.lang.Object)"><B>JDOUserException(String, Throwable[], Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>
<DD>Constructs a new <code>JDOUserException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/JDOUserException.html#JDOUserException(java.lang.String, java.lang.Throwable, java.lang.Object)"><B>JDOUserException(String, Throwable, Object)</B></A> -
Constructor for class javax.jdo.<A HREF="javax/jdo/JDOUserException.html" title="class in javax.jdo">JDOUserException</A>
<DD>Constructs a new <code>JDOUserException</code> with the specified detail message,
nested <code>Throwable</code>s, and failed object.
<DT><A HREF="javax/jdo/package-summary.html"><B>javax.jdo</B></A> - package javax.jdo<DD>This package contains the JDO specification interfaces and classes.<DT><A HREF="javax/jdo/spi/package-summary.html"><B>javax.jdo.spi</B></A> - package javax.jdo.spi<DD>This package contains the interfaces and classes used by JDO implementations.<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoCopyFields(java.lang.Object, int[])"><B>jdoCopyFields(Object, int[])</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Copy field values from another instance of the same class
to this instance.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoCopyKeyFieldsFromObjectId(javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer, java.lang.Object)"><B>jdoCopyKeyFieldsFromObjectId(PersistenceCapable.ObjectIdFieldConsumer, Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Copy fields to an outside source from the key fields in the ObjectId.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoCopyKeyFieldsToObjectId(java.lang.Object)"><B>jdoCopyKeyFieldsToObjectId(Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Copy fields from this PersistenceCapable instance to the Object Id instance.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoCopyKeyFieldsToObjectId(javax.jdo.spi.PersistenceCapable.ObjectIdFieldSupplier, java.lang.Object)"><B>jdoCopyKeyFieldsToObjectId(PersistenceCapable.ObjectIdFieldSupplier, Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Copy fields from an outside source to the key fields in the ObjectId.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoGetObjectId()"><B>jdoGetObjectId()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Return a copy of the JDO identity associated with this instance.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoGetPersistenceManager()"><B>jdoGetPersistenceManager()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Return the associated PersistenceManager if there is one.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoGetTransactionalObjectId()"><B>jdoGetTransactionalObjectId()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Return a copy of the JDO identity associated with this instance.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoIsDeleted()"><B>jdoIsDeleted()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Tests whether this object has been deleted.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoIsDirty()"><B>jdoIsDirty()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Tests whether this object is dirty.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoIsNew()"><B>jdoIsNew()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Tests whether this object has been newly made persistent.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoIsPersistent()"><B>jdoIsPersistent()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Tests whether this object is persistent.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoIsTransactional()"><B>jdoIsTransactional()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Tests whether this object is transactional.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoMakeDirty(java.lang.String)"><B>jdoMakeDirty(String)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Explicitly mark this instance and this field dirty.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoNewInstance(javax.jdo.spi.StateManager)"><B>jdoNewInstance(StateManager)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Return a new instance of this class, with the jdoStateManager set to the
parameter, and jdoFlags set to LOAD_REQUIRED.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoNewInstance(javax.jdo.spi.StateManager, java.lang.Object)"><B>jdoNewInstance(StateManager, Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Return a new instance of this class, with the jdoStateManager set to the
parameter, key fields initialized to the values in the oid, and jdoFlags
set to LOAD_REQUIRED.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoNewObjectIdInstance()"><B>jdoNewObjectIdInstance()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Create a new instance of the ObjectId class for this PersistenceCapable class.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoNewObjectIdInstance(java.lang.String)"><B>jdoNewObjectIdInstance(String)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>Create a new instance of the ObjectId class for this PersistenceCapable
class, using the String form of the constructor.
<DT><A HREF="javax/jdo/InstanceCallbacks.html#jdoPostLoad()"><B>jdoPostLoad()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/InstanceCallbacks.html" title="interface in javax.jdo">InstanceCallbacks</A>
<DD>Called after the values are loaded from the data store into
this instance.
<DT><A HREF="javax/jdo/InstanceCallbacks.html#jdoPreClear()"><B>jdoPreClear()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/InstanceCallbacks.html" title="interface in javax.jdo">InstanceCallbacks</A>
<DD>Called before the values in the instance are cleared.
<DT><A HREF="javax/jdo/InstanceCallbacks.html#jdoPreDelete()"><B>jdoPreDelete()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/InstanceCallbacks.html" title="interface in javax.jdo">InstanceCallbacks</A>
<DD>Called before the instance is deleted.
<DT><A HREF="javax/jdo/InstanceCallbacks.html#jdoPreStore()"><B>jdoPreStore()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/InstanceCallbacks.html" title="interface in javax.jdo">InstanceCallbacks</A>
<DD>Called before the values are stored from this instance to the
data store.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoProvideField(int)"><B>jdoProvideField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>The owning StateManager uses this method to ask the instance to
provide the value of the single field identified by fieldNumber.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoProvideFields(int[])"><B>jdoProvideFields(int[])</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>The owning StateManager uses this method to ask the instance to
provide the values of the multiple fields identified by fieldNumbers.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoReplaceField(int)"><B>jdoReplaceField(int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>The owning StateManager uses this method to ask the instance to
replace the value of the single field identified by number.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoReplaceFields(int[])"><B>jdoReplaceFields(int[])</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>The owning StateManager uses this method to ask the instance to
replace the values of the multiple fields identified by number.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoReplaceFlags()"><B>jdoReplaceFlags()</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>The owning StateManager uses this method to ask the instance to
replace the value of the flags by calling back the StateManager
replacingFlags method.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#jdoReplaceStateManager(javax.jdo.spi.StateManager)"><B>jdoReplaceStateManager(StateManager)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>This method sets the StateManager instance that manages the state
of this instance.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#LOAD_REQUIRED"><B>LOAD_REQUIRED</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFlags is set to LOAD_REQUIRED, then the fields in the default fetch group
cannot be accessed for read or write without notifying the StateManager.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/JDOPermission.html#MANAGE_METADATA"><B>MANAGE_METADATA</B></A> -
Static variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi">JDOPermission</A>
<DD>An instance of <code>JDOPermission</code> to be used for
<code>manageMetadata</code> permission checking.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#MEDIATE_READ"><B>MEDIATE_READ</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFieldFlags for a field includes MEDIATE_READ, then
the field has been enhanced to always call the jdoStateManager
on all reads.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#MEDIATE_WRITE"><B>MEDIATE_WRITE</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFieldFlags for a field includes MEDIATE_WRITE, then
the field has been enhanced to always call the jdoStateManager
on all writes.
<DT><A HREF="javax/jdo/JDOHelper.html#makeDirty(java.lang.Object, java.lang.String)"><B>makeDirty(Object, String)</B></A> -
Static method in class javax.jdo.<A HREF="javax/jdo/JDOHelper.html" title="class in javax.jdo">JDOHelper</A>
<DD>Explicitly mark the parameter instance and field dirty.
<DT><A HREF="javax/jdo/spi/StateManager.html#makeDirty(javax.jdo.spi.PersistenceCapable, java.lang.String)"><B>makeDirty(PersistenceCapable, String)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the associated <code>PersistenceCapable</code> field dirty.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeNontransactional(java.lang.Object)"><B>makeNontransactional(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make an instance non-transactional after commit.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeNontransactionalAll(java.lang.Object[])"><B>makeNontransactionalAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make an array of instances non-transactional after commit.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeNontransactionalAll(java.util.Collection)"><B>makeNontransactionalAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make a <code>Collection</code> of instances non-transactional after commit.
<DT><A HREF="javax/jdo/PersistenceManager.html#makePersistent(java.lang.Object)"><B>makePersistent(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make the transient instance persistent in this <code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/PersistenceManager.html#makePersistentAll(java.lang.Object[])"><B>makePersistentAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make an array of instances persistent.
<DT><A HREF="javax/jdo/PersistenceManager.html#makePersistentAll(java.util.Collection)"><B>makePersistentAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make a <code>Collection</code> of instances persistent.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeTransactional(java.lang.Object)"><B>makeTransactional(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make an instance subject to transactional boundaries.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeTransactionalAll(java.lang.Object[])"><B>makeTransactionalAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make an array of instances subject to transactional boundaries.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeTransactionalAll(java.util.Collection)"><B>makeTransactionalAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make a <code>Collection</code> of instances subject to transactional boundaries.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeTransient(java.lang.Object)"><B>makeTransient(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make an instance transient, removing it from management by this
<code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeTransientAll(java.lang.Object[])"><B>makeTransientAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make an array of instances transient, removing them from management by this
<code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/PersistenceManager.html#makeTransientAll(java.util.Collection)"><B>makeTransientAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Make a <code>Collection</code> of instances transient, removing them from
management by this <code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/spi/I18NHelper.html#msg(java.lang.String)"><B>msg(String)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Message formatter
<DT><A HREF="javax/jdo/spi/I18NHelper.html#msg(java.lang.String, java.lang.Object)"><B>msg(String, Object)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Message formatter
<DT><A HREF="javax/jdo/spi/I18NHelper.html#msg(java.lang.String, java.lang.Object, java.lang.Object)"><B>msg(String, Object, Object)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Message formatter
<DT><A HREF="javax/jdo/spi/I18NHelper.html#msg(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object)"><B>msg(String, Object, Object, Object)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Message formatter
<DT><A HREF="javax/jdo/spi/I18NHelper.html#msg(java.lang.String, java.lang.Object[])"><B>msg(String, Object[])</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Message formatter
<DT><A HREF="javax/jdo/spi/I18NHelper.html#msg(java.lang.String, int)"><B>msg(String, int)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Message formatter
<DT><A HREF="javax/jdo/spi/I18NHelper.html#msg(java.lang.String, boolean)"><B>msg(String, boolean)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/I18NHelper.html" title="class in javax.jdo.spi">I18NHelper</A>
<DD>Message formatter
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#newInstance(java.lang.Class, javax.jdo.spi.StateManager)"><B>newInstance(Class, StateManager)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Create a new instance of the class and assign its <code>jdoStateManager</code>.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#newInstance(java.lang.Class, javax.jdo.spi.StateManager, java.lang.Object)"><B>newInstance(Class, StateManager, Object)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Create a new instance of the class and assign its <code>jdoStateManager</code> and
key values from the ObjectId.
<DT><A HREF="javax/jdo/PersistenceManager.html#newObjectIdInstance(java.lang.Class, java.lang.String)"><B>newObjectIdInstance(Class, String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>This method returns an object id instance corresponding to the <code>Class</code>
and <code>String</code> arguments.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#newObjectIdInstance(java.lang.Class)"><B>newObjectIdInstance(Class)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Create a new instance of the ObjectId class of this
<code>PersistenceCapable</code> class.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#newObjectIdInstance(java.lang.Class, java.lang.String)"><B>newObjectIdInstance(Class, String)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Create a new instance of the ObjectId class of this <code>PersistenceCapable</code>
class, using the <code>String</code> form of the constructor.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery()"><B>newQuery()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> with no elements.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(java.lang.Object)"><B>newQuery(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> using elements from another <code>Query</code>.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(java.lang.String, java.lang.Object)"><B>newQuery(String, Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> using the specified language.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(java.lang.Class)"><B>newQuery(Class)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> specifying the <code>Class</code> of the candidate instances.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(javax.jdo.Extent)"><B>newQuery(Extent)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> with the <code>Class</code> of the
candidate instances and candidate <code>Extent</code>.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(java.lang.Class, java.util.Collection)"><B>newQuery(Class, Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> with the candidate <code>Class</code>
and <code>Collection</code>.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(java.lang.Class, java.lang.String)"><B>newQuery(Class, String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> with the <code>Class</code> of the
candidate instances and filter.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(java.lang.Class, java.util.Collection, java.lang.String)"><B>newQuery(Class, Collection, String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> with the <code>Class</code> of the candidate instances,
candidate <code>Collection</code>, and filter.
<DT><A HREF="javax/jdo/PersistenceManager.html#newQuery(javax.jdo.Extent, java.lang.String)"><B>newQuery(Extent, String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Create a new <code>Query</code> with the
candidate <code>Extent</code> and filter; the class
is taken from the <code>Extent</code>.
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi"><B>PersistenceCapable</B></A> - interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>.<DD>A class that can be managed by a JDO implementation must implement this interface.<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi"><B>PersistenceCapable.ObjectIdFieldConsumer</B></A> - interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>.<DD>This interface is used to store fields from the Object id instance.<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldManager.html" title="interface in javax.jdo.spi"><B>PersistenceCapable.ObjectIdFieldManager</B></A> - interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldManager.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldManager</A>.<DD>This interface is a convenience interface that allows an instance to
implement both ObjectIdFieldSupplier and ObjectIdFieldConsumer.<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi"><B>PersistenceCapable.ObjectIdFieldSupplier</B></A> - interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldSupplier.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldSupplier</A>.<DD>This interface is used to provide fields to the Object id instance.<DT><A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo"><B>PersistenceManager</B></A> - interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>.<DD><code>PersistenceManager</code> is the primary interface for JDO-aware application
components.<DT><A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo"><B>PersistenceManagerFactory</B></A> - interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>.<DD>The <code>PersistenceManagerFactory</code> is the interface to use to obtain
<code>PersistenceManager</code> instances.<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#pcClass"><B>pcClass</B></A> -
Variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>The class object of the registered persistence-capable class
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#persistenceCapableSuperclass"><B>persistenceCapableSuperclass</B></A> -
Variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>&nbsp;
<DT><A HREF="javax/jdo/spi/StateManager.html#preSerialize(javax.jdo.spi.PersistenceCapable)"><B>preSerialize(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Guarantee that the serializable transactional and persistent fields
are loaded into the instance.
<DT><A HREF="javax/jdo/JDOException.html#printStackTrace()"><B>printStackTrace()</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Prints this <code>JDOException</code> and its backtrace to the
standard error output.
<DT><A HREF="javax/jdo/JDOException.html#printStackTrace(java.io.PrintStream)"><B>printStackTrace(PrintStream)</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Prints this <code>JDOException</code> and its backtrace to the
specified print stream.
<DT><A HREF="javax/jdo/JDOException.html#printStackTrace(java.io.PrintWriter)"><B>printStackTrace(PrintWriter)</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>Prints this <code>JDOException</code> and its backtrace to the specified
print writer.
<DT><A HREF="javax/jdo/spi/StateManager.html#providedBooleanField(javax.jdo.spi.PersistenceCapable, int, boolean)"><B>providedBooleanField(PersistenceCapable, int, boolean)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedByteField(javax.jdo.spi.PersistenceCapable, int, byte)"><B>providedByteField(PersistenceCapable, int, byte)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedCharField(javax.jdo.spi.PersistenceCapable, int, char)"><B>providedCharField(PersistenceCapable, int, char)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedDoubleField(javax.jdo.spi.PersistenceCapable, int, double)"><B>providedDoubleField(PersistenceCapable, int, double)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedFloatField(javax.jdo.spi.PersistenceCapable, int, float)"><B>providedFloatField(PersistenceCapable, int, float)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedIntField(javax.jdo.spi.PersistenceCapable, int, int)"><B>providedIntField(PersistenceCapable, int, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedLongField(javax.jdo.spi.PersistenceCapable, int, long)"><B>providedLongField(PersistenceCapable, int, long)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedObjectField(javax.jdo.spi.PersistenceCapable, int, java.lang.Object)"><B>providedObjectField(PersistenceCapable, int, Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedShortField(javax.jdo.spi.PersistenceCapable, int, short)"><B>providedShortField(PersistenceCapable, int, short)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
<DT><A HREF="javax/jdo/spi/StateManager.html#providedStringField(javax.jdo.spi.PersistenceCapable, int, java.lang.String)"><B>providedStringField(PersistenceCapable, int, String)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The value of the field requested to be provided to the <code>StateManager</code>
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="javax/jdo/Query.html" title="interface in javax.jdo"><B>Query</B></A> - interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>.<DD>The <code>Query</code> interface allows applications to obtain persistent instances
from the data store.</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#READ_OK"><B>READ_OK</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFlags is set to READ_OK, then the fields in the default fetch group
can be accessed for read without notifying the StateManager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#READ_WRITE_OK"><B>READ_WRITE_OK</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFlags is set to READ_WRITE_OK, then the fields in the default fetch group
can be accessed for read or write without notifying the StateManager.
<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi"><B>RegisterClassEvent</B></A> - class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>.<DD>A <code>RegisterClassEvent</code> event gets delivered whenever a persistence-capable
class registers itself with the <code>JDOImplHelper</code>.<DT><A HREF="javax/jdo/spi/RegisterClassEvent.html#RegisterClassEvent(javax.jdo.spi.JDOImplHelper, java.lang.Class, java.lang.String[], java.lang.Class[], byte[], java.lang.Class)"><B>RegisterClassEvent(JDOImplHelper, Class, String[], Class[], byte[], Class)</B></A> -
Constructor for class javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassEvent.html" title="class in javax.jdo.spi">RegisterClassEvent</A>
<DD>Constructs a new <code>RegisterClassEvent</code>.
<DT><A HREF="javax/jdo/spi/RegisterClassListener.html" title="interface in javax.jdo.spi"><B>RegisterClassListener</B></A> - interface javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassListener.html" title="interface in javax.jdo.spi">RegisterClassListener</A>.<DD>A "RegisterClassEvent" event gets fired whenever a persistence-capable class
is loaded and gets registered with the <code>JDOImplHelper</code>.<DT><A HREF="javax/jdo/PersistenceManager.html#refresh(java.lang.Object)"><B>refresh(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Refresh the state of the instance from the data store.
<DT><A HREF="javax/jdo/PersistenceManager.html#refreshAll(java.lang.Object[])"><B>refreshAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Refresh the state of an array of instances from the data store.
<DT><A HREF="javax/jdo/PersistenceManager.html#refreshAll(java.util.Collection)"><B>refreshAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Refresh the state of a <code>Collection</code> of instances from the data store.
<DT><A HREF="javax/jdo/PersistenceManager.html#refreshAll()"><B>refreshAll()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Refresh the state of all applicable instances from the data store.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#registerAuthorizedStateManagerClass(java.lang.Class)"><B>registerAuthorizedStateManagerClass(Class)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Register a class authorized to replaceStateManager.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#registerAuthorizedStateManagerClasses(java.util.Collection)"><B>registerAuthorizedStateManagerClasses(Collection)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Register classes authorized to replaceStateManager.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#registerClass(java.lang.Class, java.lang.String[], java.lang.Class[], byte[], java.lang.Class, javax.jdo.spi.PersistenceCapable)"><B>registerClass(Class, String[], Class[], byte[], Class, PersistenceCapable)</B></A> -
Static method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Register metadata by class.
<DT><A HREF="javax/jdo/spi/RegisterClassListener.html#registerClass(javax.jdo.spi.RegisterClassEvent)"><B>registerClass(RegisterClassEvent)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/RegisterClassListener.html" title="interface in javax.jdo.spi">RegisterClassListener</A>
<DD>This method gets called when a persistence-capable class is registered.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#removeRegisterClassListener(javax.jdo.spi.RegisterClassListener)"><B>removeRegisterClassListener(RegisterClassListener)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Remove the specified <code>RegisterClassListener</code> from the listener list.
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingBooleanField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingBooleanField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingByteField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingByteField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingCharField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingCharField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingDoubleField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingDoubleField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingFlags(javax.jdo.spi.PersistenceCapable)"><B>replacingFlags(PersistenceCapable)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The owning <code>StateManager</code> uses this method to supply the
value of the flags to the <code>PersistenceCapable</code> instance.
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingFloatField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingFloatField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingIntField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingIntField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingLongField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingLongField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingObjectField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingObjectField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingShortField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingShortField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingStateManager(javax.jdo.spi.PersistenceCapable, javax.jdo.spi.StateManager)"><B>replacingStateManager(PersistenceCapable, StateManager)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Replace the current value of <code>jdoStateManager</code>.
<DT><A HREF="javax/jdo/spi/StateManager.html#replacingStringField(javax.jdo.spi.PersistenceCapable, int)"><B>replacingStringField(PersistenceCapable, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>The replacing value of the field in the calling instance
<DT><A HREF="javax/jdo/PersistenceManager.html#retrieve(java.lang.Object)"><B>retrieve(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Retrieve field values of an instance from the store.
<DT><A HREF="javax/jdo/PersistenceManager.html#retrieveAll(java.util.Collection)"><B>retrieveAll(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Retrieve field values of instances from the store.
<DT><A HREF="javax/jdo/PersistenceManager.html#retrieveAll(java.util.Collection, boolean)"><B>retrieveAll(Collection, boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Retrieve field values of instances from the store.
<DT><A HREF="javax/jdo/PersistenceManager.html#retrieveAll(java.lang.Object[])"><B>retrieveAll(Object[])</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Retrieve field values of instances from the store.
<DT><A HREF="javax/jdo/PersistenceManager.html#retrieveAll(java.lang.Object[], boolean)"><B>retrieveAll(Object[], boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Retrieve field values of instances from the store.
<DT><A HREF="javax/jdo/Transaction.html#rollback()"><B>rollback()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>Roll back the current transaction.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/PersistenceCapable.html#SERIALIZABLE"><B>SERIALIZABLE</B></A> -
Static variable in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.html" title="interface in javax.jdo.spi">PersistenceCapable</A>
<DD>If jdoFieldFlags for a field includes SERIALIZABLE,
then the field is not declared as TRANSIENT.
<DT><A HREF="javax/jdo/spi/JDOPermission.html#SET_STATE_MANAGER"><B>SET_STATE_MANAGER</B></A> -
Static variable in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOPermission.html" title="class in javax.jdo.spi">JDOPermission</A>
<DD>An instance of <code>JDOPermission</code> to be used for
<code>setStateManager</code> permission checking.
<DT><A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi"><B>StateManager</B></A> - interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>.<DD>This interface is the point of contact between managed instances of
<code>PersistenceCapable</code> classes and the JDO implementation.<DT><A HREF="javax/jdo/spi/StateManager.html#setBooleanField(javax.jdo.spi.PersistenceCapable, int, boolean, boolean)"><B>setBooleanField(PersistenceCapable, int, boolean, boolean)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/spi/StateManager.html#setByteField(javax.jdo.spi.PersistenceCapable, int, byte, byte)"><B>setByteField(PersistenceCapable, int, byte, byte)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/Query.html#setCandidates(javax.jdo.Extent)"><B>setCandidates(Extent)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Set the candidate <code>Extent</code> to query.
<DT><A HREF="javax/jdo/Query.html#setCandidates(java.util.Collection)"><B>setCandidates(Collection)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Set the candidate <code>Collection</code> to query.
<DT><A HREF="javax/jdo/spi/StateManager.html#setCharField(javax.jdo.spi.PersistenceCapable, int, char, char)"><B>setCharField(PersistenceCapable, int, char, char)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/Query.html#setClass(java.lang.Class)"><B>setClass(Class)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Set the class of the candidate instances of the query.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionDriverName(java.lang.String)"><B>setConnectionDriverName(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the driver name for the data store connection.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionFactory(java.lang.Object)"><B>setConnectionFactory(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionFactory2(java.lang.Object)"><B>setConnectionFactory2(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the second data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionFactory2Name(java.lang.String)"><B>setConnectionFactory2Name(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the name for the second data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionFactoryName(java.lang.String)"><B>setConnectionFactoryName(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the name for the data store connection factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionPassword(java.lang.String)"><B>setConnectionPassword(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the password for the data store connection.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionURL(java.lang.String)"><B>setConnectionURL(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the URL for the data store connection.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setConnectionUserName(java.lang.String)"><B>setConnectionUserName(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the user name for the data store connection.
<DT><A HREF="javax/jdo/spi/StateManager.html#setDoubleField(javax.jdo.spi.PersistenceCapable, int, double, double)"><B>setDoubleField(PersistenceCapable, int, double, double)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/Query.html#setFilter(java.lang.String)"><B>setFilter(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Set the filter for the query.
<DT><A HREF="javax/jdo/spi/StateManager.html#setFloatField(javax.jdo.spi.PersistenceCapable, int, float, float)"><B>setFloatField(PersistenceCapable, int, float, float)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/PersistenceManager.html#setIgnoreCache(boolean)"><B>setIgnoreCache(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Set the ignoreCache parameter for queries.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setIgnoreCache(boolean)"><B>setIgnoreCache(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the default IgnoreCache setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Query.html#setIgnoreCache(boolean)"><B>setIgnoreCache(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Set the ignoreCache option.
<DT><A HREF="javax/jdo/spi/StateManager.html#setIntField(javax.jdo.spi.PersistenceCapable, int, int, int)"><B>setIntField(PersistenceCapable, int, int, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/spi/StateManager.html#setLongField(javax.jdo.spi.PersistenceCapable, int, long, long)"><B>setLongField(PersistenceCapable, int, long, long)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/PersistenceManager.html#setMultithreaded(boolean)"><B>setMultithreaded(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>Set the Multithreaded flag for this <code>PersistenceManager</code>.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setMultithreaded(boolean)"><B>setMultithreaded(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the default Multithreaded setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setNontransactionalRead(boolean)"><B>setNontransactionalRead(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the default NontransactionalRead setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#setNontransactionalRead(boolean)"><B>setNontransactionalRead(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>If <code>true</code>, allow persistent instances to be read without
a transaction active.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setNontransactionalWrite(boolean)"><B>setNontransactionalWrite(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the default NontransactionalWrite setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#setNontransactionalWrite(boolean)"><B>setNontransactionalWrite(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>If <code>true</code>, allow persistent instances to be written without
a transaction active.
<DT><A HREF="javax/jdo/spi/StateManager.html#setObjectField(javax.jdo.spi.PersistenceCapable, int, java.lang.Object, java.lang.Object)"><B>setObjectField(PersistenceCapable, int, Object, Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setOptimistic(boolean)"><B>setOptimistic(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the default Optimistic setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#setOptimistic(boolean)"><B>setOptimistic(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>Optimistic transactions do not hold data store locks until commit time.
<DT><A HREF="javax/jdo/Query.html#setOrdering(java.lang.String)"><B>setOrdering(String)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Query.html" title="interface in javax.jdo">Query</A>
<DD>Set the ordering specification for the result <code>Collection</code>.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setRestoreValues(boolean)"><B>setRestoreValues(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the default value for the RestoreValues property.
<DT><A HREF="javax/jdo/Transaction.html#setRestoreValues(boolean)"><B>setRestoreValues(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>If <code>true</code>, at rollback, fields of newly persistent instances
are restored to
their values as of the beginning of the transaction, and the instances
revert to transient.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#setRetainValues(boolean)"><B>setRetainValues(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>Set the default RetainValues setting for all <code>PersistenceManager</code> instances
obtained from this factory.
<DT><A HREF="javax/jdo/Transaction.html#setRetainValues(boolean)"><B>setRetainValues(boolean)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>If <code>true</code>, at commit instances retain their values and the instances
transition to persistent-nontransactional.
<DT><A HREF="javax/jdo/spi/StateManager.html#setShortField(javax.jdo.spi.PersistenceCapable, int, short, short)"><B>setShortField(PersistenceCapable, int, short, short)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/spi/StateManager.html#setStringField(javax.jdo.spi.PersistenceCapable, int, java.lang.String, java.lang.String)"><B>setStringField(PersistenceCapable, int, String, String)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/StateManager.html" title="interface in javax.jdo.spi">StateManager</A>
<DD>Mark the field as modified by the user.
<DT><A HREF="javax/jdo/Transaction.html#setSynchronization(javax.transaction.Synchronization)"><B>setSynchronization(Synchronization)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>
<DD>The user can specify a <code>Synchronization</code> instance to be notified on
transaction completions.
<DT><A HREF="javax/jdo/PersistenceManager.html#setUserObject(java.lang.Object)"><B>setUserObject(Object)</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A>
<DD>The application can manage the <code>PersistenceManager</code> instances
more easily by having an application object associated with each
<code>PersistenceManager</code> instance.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeBooleanField(int, boolean)"><B>storeBooleanField(int, boolean)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeByteField(int, byte)"><B>storeByteField(int, byte)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeCharField(int, char)"><B>storeCharField(int, char)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeDoubleField(int, double)"><B>storeDoubleField(int, double)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeFloatField(int, float)"><B>storeFloatField(int, float)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeIntField(int, int)"><B>storeIntField(int, int)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeLongField(int, long)"><B>storeLongField(int, long)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeObjectField(int, java.lang.Object)"><B>storeObjectField(int, Object)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeShortField(int, short)"><B>storeShortField(int, short)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html#storeStringField(int, java.lang.String)"><B>storeStringField(int, String)</B></A> -
Method in interface javax.jdo.spi.<A HREF="javax/jdo/spi/PersistenceCapable.ObjectIdFieldConsumer.html" title="interface in javax.jdo.spi">PersistenceCapable.ObjectIdFieldConsumer</A>
<DD>Store one field into the field manager.
<DT><A HREF="javax/jdo/PersistenceManagerFactory.html#supportedOptions()"><B>supportedOptions()</B></A> -
Method in interface javax.jdo.<A HREF="javax/jdo/PersistenceManagerFactory.html" title="interface in javax.jdo">PersistenceManagerFactory</A>
<DD>The application can determine from the results of this
method which optional features, and which query languages
are supported by the JDO implementation.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo"><B>Transaction</B></A> - interface javax.jdo.<A HREF="javax/jdo/Transaction.html" title="interface in javax.jdo">Transaction</A>.<DD>The JDO <code>Transaction</code> interface provides for initiation and completion
of transactions under user control.<DT><A HREF="javax/jdo/JDOException.html#toString()"><B>toString()</B></A> -
Method in class javax.jdo.<A HREF="javax/jdo/JDOException.html" title="class in javax.jdo">JDOException</A>
<DD>The <code>String</code> representation includes the name of the class,
the descriptive comment (if any),
the <code>String</code> representation of the failed <code>Object</code> (if any),
and the <code>String</code> representation of the nested <code>Throwable</code>s (if any).
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#unregisterClass(java.lang.Class)"><B>unregisterClass(Class)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Unregister metadata by class.
<DT><A HREF="javax/jdo/spi/JDOImplHelper.html#unregisterClasses(java.lang.ClassLoader)"><B>unregisterClasses(ClassLoader)</B></A> -
Method in class javax.jdo.spi.<A HREF="javax/jdo/spi/JDOImplHelper.html" title="class in javax.jdo.spi">JDOImplHelper</A>
<DD>Unregister metadata by class loader.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &copy; 2005 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>