openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
FluentNhibernateSample
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 26 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adding IdBinder and ClassBinder - experimental
Tuna Toksoz
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
Paul Batum
More...
over 16 years ago
Modified a few of the hbm tests to use mocks.
Paul Batum
More...
over 16 years ago
Renamed FluentNHibernate project folder, removed the '2'.
Paul Batum
More...
over 16 years ago
Renamed the BackwardsCompatibility project folder, removed the "2".
Paul Batum
More...
over 16 years ago
Renamed the Testing project folder, removed the '2'. Updated the rake file.
Paul Batum
More...
over 16 years ago
Renamed projects.
Paul Batum
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.
Paul Batum
More...
over 16 years ago
Added a convention for specifying the column name prefix for automapped components
James Gregory
More...
over 16 years ago
Made an exception be thrown if ForTypesThatDeriveFrom called more than once for the same type
James Gregory
More...
over 16 years ago
Added test to verify user type support;
James Gregory
More...
over 16 years ago
Added basic auto-mapping support for components. Just plain properties supported currently, and no conventions or user types.
James Gregory
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.
Paul Batum
More...
over 16 years ago
Added multiple column support to many-to-one.
James Gregory
More...
over 16 years ago
Readded needed nunit files
James Gregory
More...
over 16 years ago
Exposed method for adding IPropertyConventions, and made the interface more similar to ITypeConvention/ .
James Gregory
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.
James Gregory
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
James Gregory
More...
over 16 years ago
Check for anonymous methods.
Andrew Stewart
More...
over 16 years ago
Fix for type conventions not being taken into account for object properties in the auto mapper.
James Gregory
More...
over 16 years ago
* Added Id convention support * Had to remove Id.GeneratedBy.Foreign<T>() to do the above, unfortunately
James Gregory
More...
over 16 years ago
Added CustomTypeIs overload to IProperty
James Gregory
More...
over 16 years ago
Brought IProperty in line with PropertyMap, so it's properly exposed through the conventions API.
James Gregory
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.
James Gregory
More...
over 16 years ago
Updated AddPart to be protected internal, instead of just internal (it used to be just protected).
James Gregory
More...
over 16 years ago
Fixed overirde of Has One
Andrew Stewart
More...
over 16 years ago
Fixed overirde of Has One
Andrew Stewart
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.
James Gregory
More...
over 16 years ago
Removed unused format value.
James Gregory
More...
over 16 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
31
32
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree