219
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implemented integration tests for table-per-hierarchy and table-per-class inheritance. More... over 15 years ago
The fluent interface now has support for inheritance. More... over 15 years ago
Added discriminator property to class mapping. More... over 15 years ago
Made discriminator compatible with both versions of NH. More... over 15 years ago
Completed HbmDiscriminatorWriter implementation More... over 15 years ago
Added Discriminator mapping. Attributes test is currently failing. More... over 15 years ago
Extracted common base class for class mappings. Added non-joined subclass mappings More... over 15 years ago
Reworked the FindMapping call to work with open generic types. More... over 15 years ago
Added a Parts property to IMapping to allow inspection of the mappings in tests, also exposed FindMapping(type). More... over 15 years ago
Moved methods out of Store that shouldnt have been there More... over 15 years ago
Fixed unit tests that were failing in rake More... over 15 years ago
Moved WithKeyColumns out of ToManyBase back to OneToManyPart, as its only the o2m that needs them. More... over 15 years ago
Fixed a problem with the rake script where paths containing spaces would break nunit. More... over 15 years ago
Removed unique attribute on component - sorry anyone that's using this, but it's not supported in 2.0.1 and was mistakenly added. More... over 15 years ago
Fixed a bug where you couldn't explicitly set the connection string. More... over 15 years ago
Upgraded to NHibernate 2.0.1GA and NHibernate.Linq 1.0.0.Alpha 696. More... over 15 years ago
Refactored database configuration API to use closures to reduce generic tax, and to allow delayed creation of properties. More... over 15 years ago
Added some tests for the ManyToManyAutomapper and refactored it to use less brittle reflection. More... over 15 years ago
Tweaked the example a bit after some suggestions from Tobin Harris More... over 15 years ago
Added an example project for use with the wiki. More... over 15 years ago
Made the same change to HasManyToMany that was just done to HasMany - generic argument can now be inferred in most cases. More... over 15 years ago
Added overloads to HasMany so the child type can be inferred by the property in most cases. If the property type derives from IEnumerable<CHILD> or IDictionary<KEY, CHILD>, the CHILD will be used as the property type. More... over 15 years ago
Made ExposeConfiguration be called AFTER the cfg has been populated with the mappings. More... over 15 years ago
Updated Assembly infos. More... over 15 years ago
Renamed Backward compatibility project to "Fluent Interface". More... over 15 years ago
Added AlterConventions call for fluent mappings More... over 15 years ago
Added a fluent API to tie all our other APIs together. More... over 15 years ago
Added collections, properties and references to joined subclasses. More... over 15 years ago
Added method to build mappings with out configure. More... over 15 years ago
Added fix to auto mapper reflection, was using incorrect method name now that IsInverse has been renamed Inverse. More... over 15 years ago