cnporras / wilsonormapper

Automatically exported from code.google.com/p/wilsonormapper
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Added IncludeSchema option to mappings file generator #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Added the following property to the MappingFileGenerator?.cst file:

IncludeSchema? (default = false) If set to true the table attribute for
your entity elements in mappings.xml will be in the format of <schema |
owner>.<tablename>

If set to false, the behavior will simply default to <tablename> as in
previous versions

Affected files: MappingFileGenerator?.cst MappingsCommon?.cst 

Original issue reported on code.google.com by bdema...@gmail.com on 20 Sep 2007 at 12:48

Attachments: