Home   Free Applications   Code Snippets   Fun Stuff 
 
 You are here: Home > Free Applications > Templates
Register   Login  

 
Site Navigation


Print Print this page
Email E-mail this page
Bookmark Add to Favorites

 
WilsonORMapper CodeSmith Templates

The following CodeSmith templates are to generate the WilsonORMapper mapping file and to generate the business classes that can be mapped to. These templates have the following features...

  • Converts plural table names to single tense class names
  • Cleans table names to make legal class names
  • Column name cleaning
  • Support for all relationships including many to many
  • Template based, easily changed to meet needs
  • Support for Visual Basic and C#
  • Merge support

Use the Discussion Forum to post comments, suggestions or to ask support questions.

ORMapper.Templates.4.0.zip (39,449 bytes)
Posted by pwelter34 on Monday, April 03, 2006 (EST)
The CodeSmith templates for the Wilson ORMapper have been updated. There are many great new features. Most of the new features are for .net 2.0. The following is a summary of the new features.
Download Now...  |  Read More...

ORMapper.Templates.3.1.zip (48,310 bytes)
Posted by pwelter34 on Saturday, August 13, 2005 (EST)
1) Added support for Nullable types in .net 2.0
2) Added support for generic collections for relationships
3) Improved non-lazyload support
4) VB templates now escape keywords (Thanks Mark Kamoski)
5) Added ExplicateNamespace property to class and test generator to allow VB classes to include the namespace (Thanks Mark Kamoski)
Download Now...  |  Read More...

ORMapper.Templates.3.0.zip (44,786 bytes)
Posted by pwelter34 on Sunday, July 31, 2005 (EST)
1) Selectable support for .net 2.0 framework
2) Now generates two partial class files for every table
3) Retrieve methods now return Collection generics
4) Test generator can now generate Team System tests
Download Now...  |  Read More...
Average Rating:

ORMapper.Templates.2.7.zip (27,088 bytes)
Posted by pwelter34 on Monday, July 11, 2005 (EST)
1) Added alias attribute to mapping file for relationships
2) mapping file tables and views are now sorted
3) Changed methods that use ExecuteXXX to return int intead of bool
4) Added transaction support with XXXwithTransaction methods
Download Now...  |  Read More...

ORMapper.Templates.2.6.zip (26,395 bytes)
Posted by pwelter34 on Monday, April 04, 2005 (EST)
* Removed Prefix property from mapping template.
* Added CascadeDelete,LazyLoad,shortenPropertyName property to mapping template (Thanks David Neal)
* Added support for tracking member names to prevent duplicates
* Changed GetNullValue to -1 for n
Download Now...  |  Read More...
Average Rating:

ORMapper.Templates.2.5.zip (23,017 bytes)
Posted by pwelter34 on Friday, March 18, 2005 (EST)
Latest Updates ...
* Improved ManyToMany table detection.
* Added Resync method to generated default methods.
* Added RetrieveScalar method to generated default methods.
* Removed the Last Updated date time.
Download Now...  |  Read More...
Average Rating:

ORMapper.Templates.2.4.zip (22,529 bytes)
Posted by pwelter34 on Thursday, March 17, 2005 (EST)
New Features ...

1) ignoring tables or views support
2) regular expressions to clean column and table names
3) prevents duplicate class names
4) nullValue for System.Byte fix
5) connection string now prefixed with the namespace of DataManag
Download Now...  |  Read More...
Average Rating:



Top