Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html
index 257945ac21..7fcef10740 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html
@@ -93,7 +93,15 @@ Interface IMappingStrategy</H2>
<HR>
<DL>
<DT><PRE>public interface <B>IMappingStrategy</B></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="IMappingStrategy.html" title="&#171;interface&#187; IMappingStrategy" alt="" coords="140,101,263,141"/>
+<area shape="rect" id="node2" href="IClassMappingDeltaSupport.html" title="&#171;interface&#187; IClassMappingDeltaSupport" alt="" coords="5,5,187,45"/>
+<area shape="rect" id="node3" href="IClassMappingAuditSupport.html" title="&#171;interface&#187; IClassMappingAuditSupport" alt="" coords="217,5,399,45"/>
+</map>
+
+<CENTER><IMG SRC="IMappingStrategy.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
The mapping strategy acts as a connection between the DBStore and the database management (and OR-mapping) classes.
@@ -107,8 +115,6 @@ The mapping strategy acts as a connection between the DBStore and the database m
<DL>
<DT><B>Since:</B></DT>
<DD>2.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper, Stefan Winkler</DD>
</DL>
<HR>

Back to the top