0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding IdBinder and ClassBinder - experimental More... over 16 years ago
- Compiles and all tests pass against both NH 2.0.1.4000 and NH 2.1.0.1001 - To make this possible I added two projects that contain NHibernate version specific code. The output location for each project is the same, and so is their assembly name. Neither project is included in the debug build configuration. To enable NH 2.1 support, run the rake task (rake use_nhib_21) and then build FluentNHibernate.Versioning.NH21. To go back to NH 2.0.1, run the rake task (rake use_nhib_201) and build FluentNHibernate.Versioning.NH20 More... over 16 years ago
Modified a few of the hbm tests to use mocks. More... over 16 years ago
Renamed FluentNHibernate project folder, removed the '2'. More... over 16 years ago
Renamed the BackwardsCompatibility project folder, removed the "2". More... over 16 years ago
Renamed the Testing project folder, removed the '2'. Updated the rake file. More... over 16 years ago
Renamed projects. More... over 16 years ago
- Updated rake file with a task for NH 2.0.1 - Fixed nhibernate references to point to the copy that the rake tasks write to. - Removed the old fluent nhibernate projects. They wouldn't compile against NH 2.0.1 - Deleted files that were removed from the project in the previous checkin. More... over 16 years ago
Added a convention for specifying the column name prefix for automapped components More... over 16 years ago
Made an exception be thrown if ForTypesThatDeriveFrom called more than once for the same type More... over 16 years ago
Added test to verify user type support; More... over 16 years ago
Added basic auto-mapping support for components. Just plain properties supported currently, and no conventions or user types. More... over 16 years ago
First cut of generating Hbm using the visitor pattern. This will hopefully allow for a better story with supporting multiple nhibernate versions. The next step is to verify that this is the case. More... over 16 years ago
Added multiple column support to many-to-one. More... over 16 years ago
Readded needed nunit files More... over 16 years ago
Exposed method for adding IPropertyConventions, and made the interface more similar to ITypeConvention/ . More... over 16 years ago
Fixed GetPrimaryKeyNameFromType convention; it was been given whatever type the property was being declared on, rather than the type it was being registered against. This meant in cases where the Id was declared in a base-type, this convention would receive the base type rather than the subclass. More... over 16 years ago
* Updated NUnit to use the 2.5 beta, primarily for the Assert.Throws syntax. * Added Reveal class for string based reflection for private/protected properties More... over 16 years ago
Check for anonymous methods. More... over 16 years ago
Fix for type conventions not being taken into account for object properties in the auto mapper. More... over 16 years ago
* Added Id convention support * Had to remove Id.GeneratedBy.Foreign<T>() to do the above, unfortunately More... over 16 years ago
Added CustomTypeIs overload to IProperty More... over 16 years ago
Brought IProperty in line with PropertyMap, so it's properly exposed through the conventions API. More... over 16 years ago
Made AddMappingsFromAssembly fluent, and added a NHibernate Configuration extension method that allows you to merge the auto mappings in a little bit more fluently. More... over 16 years ago
Updated AddPart to be protected internal, instead of just internal (it used to be just protected). More... over 16 years ago
Fixed overirde of Has One More... over 16 years ago
Fixed overirde of Has One More... over 16 years ago
Added an overload of CustomTypeIs that is generic. Added tests. Added XML comments.
chadmyers
as Chad Myers
More... over 16 years ago
Merged in changes from SubClass branch. More... over 16 years ago
Removed unused format value. More... over 16 years ago