Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html21
1 files changed, 20 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html
index 6a343986d3..f287ce9a78 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html
@@ -117,6 +117,15 @@ Uses of <A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/I
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">IMappingStrategy</A></CODE></FONT></TD>
+<TD><CODE><B>CDODBUtil.</B><B><A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/CDODBUtil.html#createHorizontalMappingStrategy()">createHorizontalMappingStrategy</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a horizontal <A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html" title="interface in org.eclipse.emf.cdo.server.db.mapping"><CODE>mapping strategy</CODE></A> that supports all valid combinations of auditing and
+ branching.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">IMappingStrategy</A></CODE></FONT></TD>
<TD><CODE><B>CDODBUtil.</B><B><A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/CDODBUtil.html#createHorizontalMappingStrategy(boolean)">createHorizontalMappingStrategy</A></B>(boolean&nbsp;auditing)</CODE>
<BR>
@@ -134,6 +143,16 @@ Uses of <A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/I
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">IMappingStrategy</A></CODE></FONT></TD>
+<TD><CODE><B>CDODBUtil.</B><B><A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/CDODBUtil.html#createHorizontalMappingStrategy(boolean, boolean, boolean)">createHorizontalMappingStrategy</A></B>(boolean&nbsp;auditing,
+ boolean&nbsp;branching,
+ boolean&nbsp;withRanges)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">IMappingStrategy</A></CODE></FONT></TD>
<TD><CODE><B>CDODBUtil.</B><B><A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/CDODBUtil.html#createMappingStrategy(java.lang.String)">createMappingStrategy</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;type)</CODE>
<BR>
@@ -202,7 +221,7 @@ Uses of <A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/I
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/ITypeMapping.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">ITypeMapping</A></CODE></FONT></TD>
<TD><CODE><B>ITypeMapping.Provider.</B><B><A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/ITypeMapping.Provider.html#createTypeMapping(org.eclipse.emf.cdo.server.db.mapping.IMappingStrategy, org.eclipse.emf.ecore.EStructuralFeature)">createTypeMapping</A></B>(<A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html" title="interface in org.eclipse.emf.cdo.server.db.mapping">IMappingStrategy</A>&nbsp;mappingStrategy,
- <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.6.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EStructuralFeature</A>&nbsp;feature)</CODE>
+ <A HREF="http://download.eclipse.org/modeling/emf/emf/javadoc/2.7.0/org/eclipse/emf/ecore/EStructuralFeature.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EStructuralFeature</A>&nbsp;feature)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an <A HREF="../../../../../../../../org/eclipse/emf/cdo/server/db/mapping/ITypeMapping.html" title="interface in org.eclipse.emf.cdo.server.db.mapping"><CODE>ITypeMapping</CODE></A> implementation.</TD>

Back to the top