Skip to content

Instantly share code, notes, and snippets.

@fabiomaulo
Created February 20, 2010 22:33
Show Gist options
  • Save fabiomaulo/309959 to your computer and use it in GitHub Desktop.
Save fabiomaulo/309959 to your computer and use it in GitHub Desktop.
var orm = new ObjectRelationalMapper();
MapDomain(orm);
var mapper = new Mapper(orm);
RegisterPatterns(mapper);
CustomizeMapper(mapper);
var nhconf = ConfigureSessionFactory();
nhconf.AddDeserializedMapping(mapper.CompileMappingFor(GetDomainClasses()), "FullDomain");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment