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 04, 2024 — Aug 04, 2025
Showing page 9 of 32
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Renamed the Table overload which defined <join>s to actually be called Join
James Gregory
More...
about 16 years ago
Fixed component in subclass exception. This was happening because the subclass visitor gets all the mappings repeatedly to see which matches, and this doesn't work with our current design. Redesigned components to recreate the mapping on every call to GetMapping (as it should work really!). This needs to be ported to the other mappings.
James Gregory
More...
about 16 years ago
Renamed the other ConventionFinder so it correctly shadows the main one, thus providing the chaining behavior the automapper had.
James Gregory
More...
about 16 years ago
Added string overload for DynamicComponent Map method, this makes it easier to map members of the dictionary.
James Gregory
More...
about 16 years ago
Adding OrderBy method to OneToManyPart.
Jeremy Skinner
More...
about 16 years ago
Adding OrderBy property to ICollectionMapping. Derived classes that don't support order-by have a no-op implementation.
Jeremy Skinner
More...
about 16 years ago
Obsoleted the ClassMap based subclass methods, in favour of the SubclassMap derived style.
James Gregory
More...
about 16 years ago
Added helper interfaces for the convention acceptance stuff
James Gregory
More...
about 16 years ago
Fixed AddMappingsFromAssembly extension method
James Gregory
More...
about 16 years ago
Fixed the automapper so it maps enum properties
James Gregory
More...
about 16 years ago
Added missing setters from classmap
James Gregory
More...
about 16 years ago
Added overload for References to allow specifying a type other than the property return type (allows proxying).
James Gregory
More...
about 16 years ago
Added noop and none to Access
James Gregory
More...
about 16 years ago
Added keycolumns collection to joinedsubclasses to allow composite keys
James Gregory
More...
about 16 years ago
Added a reference to Castle.ByteCode so it gets included in the binaries
James Gregory
More...
about 16 years ago
Added a reference to Castle.ByteCode so it gets included in the binaries
James Gregory
More...
about 16 years ago
Added SQL 2008 property to config
James Gregory
More...
about 16 years ago
Added instance methods to go with previous commit
James Gregory
More...
about 16 years ago
Added inspectors for Stuart's attribute additions
James Gregory
More...
about 16 years ago
Merge commit 'hudson/realmodel' into model
James Gregory
More...
about 16 years ago
Implemented IsAny and IsNotAny extension methods for assisting in the specification of acceptance criteria.
Paul Batum
More...
about 16 years ago
Added AsBackField to Access, for supporting the backing-fields of autoproperties.
James Gregory
More...
about 16 years ago
Added AsBackField to Access, for supporting the backing-fields of autoproperties.
James Gregory
More...
about 16 years ago
Fixed existing failing default tests by also adding explicit apply conventions for OTM, MTM, and ICollection instances (submitted by James) Deleted an obsolete test as per Jame's feedback
Hudson Akridge
More...
about 16 years ago
Added attributes for property elements and their columns. Also added a few integration tests for many-to-many ternary associations.
Stuart Childs
More...
about 16 years ago
First pass of implementing available attributes on the model and fluent interface and attendant tests.
Stuart Childs
More...
about 16 years ago
Added AsTernaryAssociation support for IDictionary (non-generic) types.
Stuart Childs
More...
about 16 years ago
Fix and attendant tests for AsTernaryAssociation() on ManyToManyPart. Also added index-many-to-many to the sorting order.
Stuart Childs
More...
about 16 years ago
Added Inspector mapping tests for concrete collections Changed Index to set/get from SttributeStore Had to use new keyword on IsSet() for the concrete collection inspectors (should be a temporary fix, need a more permanent solution)
Hudson Akridge
More...
about 16 years ago
Added ability to ignore properties by predicate
James Gregory
More...
about 16 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
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