219
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for <any> mappings and exposed through the ClassMap as .ReferencesAny(), resolving issue 33 More... about 15 years ago
Merge branch 'semantic-model' into integrate More... about 15 years ago
Added Hudson to the svn-authors file for the git mirror More... about 15 years ago
Added an IsConcreteBaseType to the AutoMapper which can be applied to a non-abstract base type, preventing any derived classes from being auto-mapped as a <subclass>. A subtype of a basetype configured like this will get it's own <class> element mapping. This resolves issue 179. Patch submitted by Martin Hornagold. More... about 15 years ago
Pulled helper method for writing the index mapping to the xml up into ToManyBase so that ManyToMany part can use it. This should resolve the problem with ToArray on a ManyToMany not creating the appropriate index element. More... about 15 years ago
Fix for Issue #172, where order of elements wasn't correct. Patch supplied by Hudson Akridge. More... about 15 years ago
Fix for Issue #171, with patch from Hudson Akridge. Default map key type is now int as per NHibernate defaults. More... about 15 years ago
Added ability to specify index column as a string for unmapped map collections More... about 15 years ago
Added Unique to property map More... about 15 years ago
Added method for adding just a single classmap to the fluent mappings container, from patch by Felix Gartsman. More... about 15 years ago
Reorded how the conventions are applied. More... about 15 years ago
Updated WithLengthOf to allow applying to anything, this is easier than trying to predict what is and what isn't valid. Our current setup was failing on byte[] and user types. More... about 15 years ago
* Fixed a bug in the example where employees weren't being persisted, and also where the session was being reused which made it look like they were saved correctly. * Updated SQLite version * Forced example project to run in x86 mode, as I couldn't get it to run with Any CPU. More... about 15 years ago
Added support for specifying cascade on-delete behaviour for a foreign key constraint. More... about 15 years ago
Updated Docu to the latest master version More... about 15 years ago
* Added Cache to HasMany and HasManyToMany * Fixed a bug with writing attributes on Cache * Made Cache chainable * Added Region to Cache * Added BatchSize to ClassMap, HasMany, and HasManyToMany More... about 15 years ago
Fixed list collections to work with nhib21 More... about 15 years ago
Initial support for list mappings More... about 15 years ago
Added some tests for HbmBagMappingWriter More... about 15 years ago
Implemented support for multiple nestings of components More... about 15 years ago
Deleted unnecessary MappingMother More... about 15 years ago
Minor formatting changes More... about 15 years ago
Modifed the doc template More... about 15 years ago
Added WithParentReference to composite collections, and some docs for them too. More... about 15 years ago
Added docu to the tools and updated the rake file to have a task to build the docs More... about 15 years ago
Added Cascade to the IManyToMany interface. Thanks to Jon Kruger for the patch. More... about 15 years ago
Added Provider method to Jet Driver connection string builder, which allows support for other versions of Access. More... about 15 years ago
Added Jet database support. Thanks goes to Paul Yoder for the patch. More... about 15 years ago
Added NotFound to many-to-many, one-to-many and the interfaces. More... about 15 years ago
Added Access to the other relationships More... about 15 years ago