AR-131 Applied patch Dave Godfrey
commitba1851c2d2d7eab58467ded9a5b4cf1226ea9249
authorayende <ayende@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Sat, 10 Mar 2007 11:38:21 +0000 (10 11:38 +0000)
committerayende <ayende@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Sat, 10 Mar 2007 11:38:21 +0000 (10 11:38 +0000)
treecca68d86294d486c82152f718e27f5ce1b4a37ad
parent4792bfdbed5ae2e358e7c5d4506c2e24910d94fb
AR-131 Applied patch Dave Godfrey
Active record doesn't allow you to set the NHibernate "fetch" attribute on HasMany associations
Note that this [Obsolete] the OuterJoin property on BelongsTo, in favor of the Fetch property.

git-svn-id: https://svn.castleproject.org/svn/castle/trunk@3585 73e77b4c-caa6-f847-a29a-24ab75ae54b6
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/Castle.ActiveRecord.Framework.Internal.Tests-vs2003.csproj
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/Castle.ActiveRecord.Framework.Internal.Tests-vs2005.csproj
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/Model/BelongsToWithFetch.cs [new file with mode: 0644]
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/Model/HasManyWithFetch.cs [new file with mode: 0644]
ActiveRecord/Castle.ActiveRecord.Framework.Internal.Tests/XmlGenerationTestCase.cs
ActiveRecord/Castle.ActiveRecord/Attributes/BelongsToAttribute.cs
ActiveRecord/Castle.ActiveRecord/Attributes/Enums.cs
ActiveRecord/Castle.ActiveRecord/Attributes/HasAndBelongsToManyAttribute.cs
ActiveRecord/Castle.ActiveRecord/Attributes/HasManyAttribute.cs
ActiveRecord/Castle.ActiveRecord/Attributes/OneToOneAttribute.cs
ActiveRecord/Castle.ActiveRecord/Framework/Internal/Visitors/XmlGenerationVisitor.cs