Skip to content

Commit a16d1d1

Browse files
authored
Update README.md
1 parent dcb28fe commit a16d1d1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ We can have as much mapping definitions for a class as we need. An easy way to s
118118

119119
We also have the possibility of changing a bit the way in which default map `MAP0` is generated :
120120
* 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
122122
* 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.
126126
* 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.
128128

129129
## How did it work the default mechanism?
130130

0 commit comments

Comments
 (0)