You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,13 @@ We can have as much mapping definitions for a class as we need. An easy way to s
118
118
119
119
We also have the possibility of changing a bit the way in which default map `MAP0` is generated :
120
120
* Change the name of default map.
121
-
* Use parameter `EXPTDEFAULTMAP` to indicate a name for default map before compiling the class
121
+
* Use parameter `EXPTDEFAULTMAP` to indicate a name for default map before compiling the class
122
122
* Excluding properties
123
-
* if we don't want to export some properties, we should include them (comma separated list) in the parameter : `EXPTEXCLUDEPROP` before compiling the class
124
-
*include object references
125
-
* Even when we decide not to drill down through referenced objects, we still have the chance to export the object reference itself if we set the parameter `EXPTINCLUDEOREF` to 1.
123
+
* if we don't want to export some properties, we should include them (comma separated list) in the parameter : `EXPTEXCLUDEPROP` before compiling the class
124
+
*Include object references
125
+
* Even when we decide not to drill down through referenced objects, we still have the chance to export the object reference itself if we set the parameter `EXPTINCLUDEOREF` to 1.
126
126
* Drill down levels
127
-
* Use `EXPTDRILLDOWN`To indicate up to what number of levels that the export/import logic should follow through object references. 0 means no drill down. A positive number(n) means to drill down n times through the chain of references.
127
+
* Use `EXPTDRILLDOWN`To indicate up to what number of levels that the export/import logic should follow through object references. 0 means no drill down. A positive number(n) means to drill down n times through the chain of references.
0 commit comments