0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ability to ignore properties by predicate More... about 16 years ago
Added basic support for ignoring propeorties regardless of type; this is not compile-time safe, it uses strings for the properties D: More... about 16 years ago
Added basic support for ignoring properties regardless of type; this is not compile-time safe, it uses strings for the property names D: More... about 16 years ago
Added support for ignoring properties in automapped components by making the automapper recursive. This has also added support for automapped relationships inside components. More... about 16 years ago
Finished up implementation for IAcceptanceCriteria.Any More... about 16 years ago
First cut of support for "Any" and "Either" operations on AcceptanceCriteria More... about 16 years ago
Oracle 10g dialects added for Oracle-, OracleDataClient-, and OracleClientConfigurations More... about 16 years ago
Oracle 10g dialects added for Oracle-, OracleDataClient-, and OracleClientConfigurations More... about 16 years ago
Implemented conventions for Array, Bag, List, Map and Set. Tests for these are still missing Adding the Overrides to the various Process() methods in the ConventionVisitor has caused 13 tests to fail, they appear to be DefaultConvention functionality on HasMany/HasManyToMany conventions More... about 16 years ago
Added Array, Bag, List, Map, Set collections to conventions More... about 16 years ago
Array, Bag, List, Map, Set Collection Instances built More... about 16 years ago
Added interfaces for Collection type instances More... about 16 years ago
Added interfaces and concretes for the 5 collection type Inspectors. Instances, ConventionVisitor, Prebuilt and tests are next. More... about 16 years ago
Merge branch 'realmodel' of [email protected]:HudsonAkridge/fluent-nhibernate into realmodel More... about 16 years ago
Implemented Inspector for IndexManyToManyMapping Reworked IndexInspector to share same base interface as IndexMTM so Array and List Inspectors could return an index More... about 16 years ago
Removing IIndexManyToManyInspector More... about 16 years ago
Implemented support for defining subclasses outside of their parent. More... about 16 years ago
Merged Dave Warry's patch for subclass (and sub subclass) conventions into model branch. More... about 16 years ago
Applied patch for issue #270 from Dave Warry - fixes how conventions are applied to subclasses of subclasses More... about 16 years ago
Adding CurrentSessionContext methods to PersistenceConfiguration to allow for fluent configuration of the current_session_context_class configuration property. More... about 16 years ago
Added support for ForeignKey attribute on IndexManyToManyMapping More... about 16 years ago
Added support for ForeignKey attribute on IndexManyToManyMapping More... about 16 years ago
Implemented Inspection for IndexMapping Included ContainingEntityType for IndexMapping Wrote tests for IndexMapping maps to IndexInspector More... about 16 years ago
Implemented Inspection for IndexMapping Included ContainingEntityType for IndexMapping Wrote tests for IndexMapping maps to IndexInspector More... about 16 years ago
Removed OuterJoin as it was deprecicated in NH a long time ago More... about 16 years ago
Added value type for OnDelete More... about 16 years ago
Created a value type for Generated More... about 16 years ago
Added value type for Polymorphism More... about 16 years ago
Created a value type for NotFound More... about 16 years ago
Removed the value object for Laziness, and hid the logic for writing proxy for many-to-ones in the writer More... about 16 years ago