Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/CDOCollectionLoadingPolicy.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/CDOCollectionLoadingPolicy.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/CDOCollectionLoadingPolicy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/CDOCollectionLoadingPolicy.html
index 190b822371..932ed1952b 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/CDOCollectionLoadingPolicy.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/session/CDOCollectionLoadingPolicy.html
@@ -100,8 +100,8 @@ Interface CDOCollectionLoadingPolicy</H2>
</PRE>
<P>
-A strategy that specifies which list elememts must be present (loaded) in a <A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>CDOID</CODE></A> list of a
- <A HREF="../../../../../org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revision</CODE></A> when a certain list index is accessed. Implementations of this interface can control the
+A strategy that specifies which list elememts must be present (loaded) in a <A HREF="../../../../../org/eclipse/emf/cdo/common/id/CDOID.html" title="interface in org.eclipse.emf.cdo.common.id"><CODE>CDOID</CODE></A> list of a
+ <A HREF="../../../../../org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revision</CODE></A> when a certain list index is accessed. Implementations of this interface can control the
exact characteristics of a certain <em>partial collection loading</em> strategy.
<P>
@@ -138,7 +138,7 @@ A strategy that specifies which list elememts must be present (loaded) in a <A H
<TD><CODE><B><A HREF="../../../../../org/eclipse/emf/cdo/session/CDOCollectionLoadingPolicy.html#getResolveChunkSize()">getResolveChunkSize</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum number of CDOIDs to be loaded for collections when the owning object is already loaded but the
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the maximum number of CDOIDs to be loaded for collections when the owning object is already loaded but the
actually accessed element is still a <A HREF="../../../../../org/eclipse/emf/cdo/common/revision/CDOElementProxy.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>proxy</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -217,8 +217,8 @@ getInitialChunkSize</H3>
<PRE>
int <B>getInitialChunkSize</B>()</PRE>
<DL>
-<DD>Returns the maximum number of CDOIDs to be loaded for collections when the owning object is loaded initially, i.e.
- <b>before</b> any of the collection elements is actually accessed. The remaining elements will be initialized as
+<DD>Returns the maximum number of CDOIDs to be loaded for collections when the owning object is loaded initially, i.e.
+ <b>before</b> any of the collection elements is actually accessed. The remaining elements will be initialized as
<A HREF="../../../../../org/eclipse/emf/cdo/common/revision/CDOElementProxy.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>proxys</CODE></A>.
<P>
<DD><DL>
@@ -235,7 +235,7 @@ getResolveChunkSize</H3>
<PRE>
int <B>getResolveChunkSize</B>()</PRE>
<DL>
-<DD>Returns the maximum number of CDOIDs to be loaded for collections when the owning object is already loaded but the
+<DD>Returns the maximum number of CDOIDs to be loaded for collections when the owning object is already loaded but the
actually accessed element is still a <A HREF="../../../../../org/eclipse/emf/cdo/common/revision/CDOElementProxy.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>proxy</CODE></A>.
<P>
<DD><DL>

Back to the top