Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-01-07 13:16:08 +0000
committerEike Stepper2012-01-07 13:16:08 +0000
commitb7cb58538e6371d97fecb399d5d35f514dca4351 (patch)
tree817440e3eac657c4a11944553160992d4781b4d7 /plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html
parent779a56b50be9fbb4c06276b679776f62d15ca9c5 (diff)
downloadcdo-b7cb58538e6371d97fecb399d5d35f514dca4351.tar.gz
cdo-b7cb58538e6371d97fecb399d5d35f514dca4351.tar.xz
cdo-b7cb58538e6371d97fecb399d5d35f514dca4351.zip
Regen docs
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html19
1 files changed, 12 insertions, 7 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html
index cf56223ca3..571789f795 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html
@@ -96,13 +96,14 @@ Server concepts for dealing with mapping strategies and mappings for classes, li
<area shape="rect" id="node6" href="IClassMappingDeltaSupport.html" title="&#171;interface&#187; IClassMappingDeltaSupport" alt="" coords="9,389,191,429"/>
<area shape="rect" id="node7" title="&#171;interface&#187; IFactory (org.eclipse.net4j.util.factory)" alt="" coords="5,582,195,637"/>
<area shape="rect" id="node8" href="IListMapping.html" title="&#171;interface&#187; IListMapping" alt="" coords="53,325,147,365"/>
-<area shape="rect" id="node9" href="IListMappingDeltaSupport.html" title="&#171;interface&#187; IListMappingDeltaSupport" alt="" coords="15,261,185,301"/>
-<area shape="rect" id="node10" href="IMappingStrategy.html" title="&#171;interface&#187; IMappingStrategy" alt="" coords="39,197,161,237"/>
-<area shape="rect" id="node11" href="ITypeMapping.html" title="&#171;interface&#187; ITypeMapping" alt="" coords="49,661,151,701"/>
-<area shape="rect" id="node12" href="ITypeMapping.Descriptor.html" title="&#171;interface&#187; ITypeMapping.Descriptor" alt="" coords="17,133,183,173"/>
-<area shape="rect" id="node13" href="ITypeMapping.Factory.html" title="&#171;interface&#187; ITypeMapping.Factory" alt="" coords="243,589,394,629"/>
-<area shape="rect" id="node14" href="ITypeMapping.Provider.html" title="&#171;interface&#187; ITypeMapping.Provider" alt="" coords="24,69,176,109"/>
-<area shape="rect" id="node15" href="ITypeMapping.Registry.html" title="&#171;interface&#187; ITypeMapping.Registry" alt="" coords="23,5,177,45"/>
+<area shape="rect" id="node9" href="IListMapping2.html" title="&#171;interface&#187; IListMapping2" alt="" coords="267,325,370,365"/>
+<area shape="rect" id="node10" href="IListMappingDeltaSupport.html" title="&#171;interface&#187; IListMappingDeltaSupport" alt="" coords="15,261,185,301"/>
+<area shape="rect" id="node11" href="IMappingStrategy.html" title="&#171;interface&#187; IMappingStrategy" alt="" coords="39,197,161,237"/>
+<area shape="rect" id="node12" href="ITypeMapping.html" title="&#171;interface&#187; ITypeMapping" alt="" coords="49,661,151,701"/>
+<area shape="rect" id="node13" href="ITypeMapping.Descriptor.html" title="&#171;interface&#187; ITypeMapping.Descriptor" alt="" coords="17,133,183,173"/>
+<area shape="rect" id="node14" href="ITypeMapping.Factory.html" title="&#171;interface&#187; ITypeMapping.Factory" alt="" coords="243,589,394,629"/>
+<area shape="rect" id="node15" href="ITypeMapping.Provider.html" title="&#171;interface&#187; ITypeMapping.Provider" alt="" coords="24,69,176,109"/>
+<area shape="rect" id="node16" href="ITypeMapping.Registry.html" title="&#171;interface&#187; ITypeMapping.Registry" alt="" coords="23,5,177,45"/>
</map>
<CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
@@ -129,6 +130,10 @@ Server concepts for dealing with mapping strategies and mappings for classes, li
<TD>Interface for mapping features with <code>isMany() == true</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IListMapping2.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">IListMapping2</A></B></TD>
+<TD>Extension interface to <A HREF="../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IListMapping.html" title="interface in org.eclipse.emf.cdo.server.db.mapping"><CODE>IListMapping</CODE></A>.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IListMappingDeltaSupport.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">IListMappingDeltaSupport</A></B></TD>
<TD>Interface to complement <A HREF="../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IListMapping.html" title="interface in org.eclipse.emf.cdo.server.db.mapping"><CODE>IListMapping</CODE></A> in order to provide list delta processing support.</TD>
</TR>

Back to the top