blob: 3033c5fe2143b68726e52d1c72f528919761dd1a [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.6.0_05-ea) on Fri Oct 10 11:21:05 PDT 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
JDOEntityManager (JDO2 API 2.2)
</TITLE>
<META NAME="date" CONTENT="2008-10-10">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JDOEntityManager (JDO2 API 2.2)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= 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=2 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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/JDOEntityManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&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;<A HREF="../../javax/jdo/JDODetachedFieldAccessException.html" title="class in javax.jdo"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../javax/jdo/JDOEntityManagerFactory.html" title="interface in javax.jdo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?javax/jdo/JDOEntityManager.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="JDOEntityManager.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
javax.jdo</FONT>
<BR>
Interface JDOEntityManager</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD>javax.persistence.EntityManager, <A HREF="../../javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>JDOEntityManager</B><DT>extends javax.persistence.EntityManager, <A HREF="../../javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A></DL>
</PRE>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../javax/jdo/JDOEntityManagerFactory.html" title="interface in javax.jdo">JDOEntityManagerFactory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../javax/jdo/JDOEntityManager.html#getPersistenceManagerFactory()">getPersistenceManagerFactory</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method returns the <code>JDOEntityManagerFactory</code> used to
create this <code>JDOEntityManager</code>.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_javax.persistence.EntityManager"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface javax.persistence.EntityManager</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clear, close, contains, createNamedQuery, createNativeQuery, createNativeQuery, createNativeQuery, createQuery, find, flush, getDelegate, getFlushMode, getReference, getTransaction, isOpen, joinTransaction, lock, merge, persist, refresh, remove, setFlushMode</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_javax.jdo.PersistenceManager"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface javax.jdo.<A HREF="../../javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../javax/jdo/PersistenceManager.html#addInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener, java.lang.Class...)">addInstanceLifecycleListener</A>, <A HREF="../../javax/jdo/PersistenceManager.html#checkConsistency()">checkConsistency</A>, <A HREF="../../javax/jdo/PersistenceManager.html#close()">close</A>, <A HREF="../../javax/jdo/PersistenceManager.html#currentTransaction()">currentTransaction</A>, <A HREF="../../javax/jdo/PersistenceManager.html#deletePersistent(java.lang.Object)">deletePersistent</A>, <A HREF="../../javax/jdo/PersistenceManager.html#deletePersistentAll(java.util.Collection)">deletePersistentAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#deletePersistentAll(java.lang.Object...)">deletePersistentAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#detachCopy(T)">detachCopy</A>, <A HREF="../../javax/jdo/PersistenceManager.html#detachCopyAll(java.util.Collection)">detachCopyAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#detachCopyAll(T...)">detachCopyAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#evict(java.lang.Object)">evict</A>, <A HREF="../../javax/jdo/PersistenceManager.html#evictAll()">evictAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#evictAll(boolean, java.lang.Class)">evictAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#evictAll(java.util.Collection)">evictAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#evictAll(java.lang.Object...)">evictAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#flush()">flush</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getCopyOnAttach()">getCopyOnAttach</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getDataStoreConnection()">getDataStoreConnection</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getDetachAllOnCommit()">getDetachAllOnCommit</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getExtent(java.lang.Class)">getExtent</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getExtent(java.lang.Class, boolean)">getExtent</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getFetchGroup(java.lang.Class, java.lang.String)">getFetchGroup</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getFetchPlan()">getFetchPlan</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getIgnoreCache()">getIgnoreCache</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getManagedObjects()">getManagedObjects</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getManagedObjects(java.lang.Class...)">getManagedObjects</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getManagedObjects(java.util.EnumSet)">getManagedObjects</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getManagedObjects(java.util.EnumSet, java.lang.Class...)">getManagedObjects</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getMultithreaded()">getMultithreaded</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectById(java.lang.Class, java.lang.Object)">getObjectById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectById(java.lang.Object)">getObjectById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectById(java.lang.Object, boolean)">getObjectById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectId(java.lang.Object)">getObjectId</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectIdClass(java.lang.Class)">getObjectIdClass</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectsById(boolean, java.lang.Object...)">getObjectsById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectsById(java.util.Collection)">getObjectsById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectsById(java.util.Collection, boolean)">getObjectsById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectsById(java.lang.Object...)">getObjectsById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getObjectsById(java.lang.Object[], boolean)">getObjectsById</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getSequence(java.lang.String)">getSequence</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getServerDate()">getServerDate</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getTransactionalObjectId(java.lang.Object)">getTransactionalObjectId</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getUserObject()">getUserObject</A>, <A HREF="../../javax/jdo/PersistenceManager.html#getUserObject(java.lang.Object)">getUserObject</A>, <A HREF="../../javax/jdo/PersistenceManager.html#isClosed()">isClosed</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeNontransactional(java.lang.Object)">makeNontransactional</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeNontransactionalAll(java.util.Collection)">makeNontransactionalAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeNontransactionalAll(java.lang.Object...)">makeNontransactionalAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makePersistent(T)">makePersistent</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makePersistentAll(java.util.Collection)">makePersistentAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makePersistentAll(T...)">makePersistentAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransactional(java.lang.Object)">makeTransactional</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransactionalAll(java.util.Collection)">makeTransactionalAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransactionalAll(java.lang.Object...)">makeTransactionalAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransient(java.lang.Object)">makeTransient</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransient(java.lang.Object, boolean)">makeTransient</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransientAll(boolean, java.lang.Object...)">makeTransientAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransientAll(java.util.Collection)">makeTransientAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransientAll(java.util.Collection, boolean)">makeTransientAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransientAll(java.lang.Object...)">makeTransientAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#makeTransientAll(java.lang.Object[], boolean)">makeTransientAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newInstance(java.lang.Class)">newInstance</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newNamedQuery(java.lang.Class, java.lang.String)">newNamedQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newObjectIdInstance(java.lang.Class, java.lang.Object)">newObjectIdInstance</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery()">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(java.lang.Class)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(java.lang.Class, java.util.Collection)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(java.lang.Class, java.util.Collection, java.lang.String)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(java.lang.Class, java.lang.String)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(javax.jdo.Extent)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(javax.jdo.Extent, java.lang.String)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(java.lang.Object)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(java.lang.String)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#newQuery(java.lang.String, java.lang.Object)">newQuery</A>, <A HREF="../../javax/jdo/PersistenceManager.html#putUserObject(java.lang.Object, java.lang.Object)">putUserObject</A>, <A HREF="../../javax/jdo/PersistenceManager.html#refresh(java.lang.Object)">refresh</A>, <A HREF="../../javax/jdo/PersistenceManager.html#refreshAll()">refreshAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#refreshAll(java.util.Collection)">refreshAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#refreshAll(javax.jdo.JDOException)">refreshAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#refreshAll(java.lang.Object...)">refreshAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#removeInstanceLifecycleListener(javax.jdo.listener.InstanceLifecycleListener)">removeInstanceLifecycleListener</A>, <A HREF="../../javax/jdo/PersistenceManager.html#removeUserObject(java.lang.Object)">removeUserObject</A>, <A HREF="../../javax/jdo/PersistenceManager.html#retrieve(java.lang.Object)">retrieve</A>, <A HREF="../../javax/jdo/PersistenceManager.html#retrieve(java.lang.Object, boolean)">retrieve</A>, <A HREF="../../javax/jdo/PersistenceManager.html#retrieveAll(boolean, java.lang.Object...)">retrieveAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#retrieveAll(java.util.Collection)">retrieveAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#retrieveAll(java.util.Collection, boolean)">retrieveAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#retrieveAll(java.lang.Object...)">retrieveAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#retrieveAll(java.lang.Object[], boolean)">retrieveAll</A>, <A HREF="../../javax/jdo/PersistenceManager.html#setCopyOnAttach(boolean)">setCopyOnAttach</A>, <A HREF="../../javax/jdo/PersistenceManager.html#setDetachAllOnCommit(boolean)">setDetachAllOnCommit</A>, <A HREF="../../javax/jdo/PersistenceManager.html#setIgnoreCache(boolean)">setIgnoreCache</A>, <A HREF="../../javax/jdo/PersistenceManager.html#setMultithreaded(boolean)">setMultithreaded</A>, <A HREF="../../javax/jdo/PersistenceManager.html#setUserObject(java.lang.Object)">setUserObject</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getPersistenceManagerFactory()"><!-- --></A><H3>
getPersistenceManagerFactory</H3>
<PRE>
<A HREF="../../javax/jdo/JDOEntityManagerFactory.html" title="interface in javax.jdo">JDOEntityManagerFactory</A> <B>getPersistenceManagerFactory</B>()</PRE>
<DL>
<DD>This method returns the <code>JDOEntityManagerFactory</code> used to
create this <code>JDOEntityManager</code>. It overrides the
getPersistenceManagerFactory method in PersistenceManager.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../javax/jdo/PersistenceManager.html#getPersistenceManagerFactory()">getPersistenceManagerFactory</A></CODE> in interface <CODE><A HREF="../../javax/jdo/PersistenceManager.html" title="interface in javax.jdo">PersistenceManager</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the <code>JDOEntityManagerFactory</code> that created
this <code>JDOEntityManager</code></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= 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=2 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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/JDOEntityManager.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&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;<A HREF="../../javax/jdo/JDODetachedFieldAccessException.html" title="class in javax.jdo"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../javax/jdo/JDOEntityManagerFactory.html" title="interface in javax.jdo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?javax/jdo/JDOEntityManager.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="JDOEntityManager.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &copy; 2005-2008 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>