0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 04, 2024 — Aug 04, 2025
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 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. More... about 16 years ago
Renamed the other ConventionFinder so it correctly shadows the main one, thus providing the chaining behavior the automapper had. More... about 16 years ago
Added string overload for DynamicComponent Map method, this makes it easier to map members of the dictionary. More... about 16 years ago
Adding OrderBy method to OneToManyPart. More... about 16 years ago
Adding OrderBy property to ICollectionMapping. Derived classes that don't support order-by have a no-op implementation. More... about 16 years ago
Obsoleted the ClassMap based subclass methods, in favour of the SubclassMap derived style. More... about 16 years ago
Added helper interfaces for the convention acceptance stuff More... about 16 years ago
Fixed AddMappingsFromAssembly extension method More... about 16 years ago
Fixed the automapper so it maps enum properties More... about 16 years ago
Added missing setters from classmap More... about 16 years ago
Added overload for References to allow specifying a type other than the property return type (allows proxying). More... about 16 years ago
Added noop and none to Access More... about 16 years ago
Added keycolumns collection to joinedsubclasses to allow composite keys More... about 16 years ago
Added a reference to Castle.ByteCode so it gets included in the binaries More... about 16 years ago
Added a reference to Castle.ByteCode so it gets included in the binaries More... about 16 years ago
Added SQL 2008 property to config More... about 16 years ago
Added instance methods to go with previous commit More... about 16 years ago
Added inspectors for Stuart's attribute additions More... about 16 years ago
Merge commit 'hudson/realmodel' into model More... about 16 years ago
Implemented IsAny and IsNotAny extension methods for assisting in the specification of acceptance criteria. More... about 16 years ago
Added AsBackField to Access, for supporting the backing-fields of autoproperties. More... about 16 years ago
Added AsBackField to Access, for supporting the backing-fields of autoproperties. 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 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. More... about 16 years ago
First pass of implementing available attributes on the model and fluent interface and attendant tests. More... about 16 years ago
Added AsTernaryAssociation support for IDictionary (non-generic) types. More... about 16 years ago
Fix and attendant tests for AsTernaryAssociation() on ManyToManyPart. Also added index-many-to-many to the sorting order. 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) More... about 16 years ago
Added ability to ignore properties by predicate More... about 16 years ago