[DomainObjects-Subversion] SF.net SVN: domainobjects: [283] trunk/DomainObjects2/src
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2007-03-10 11:27:49
|
Revision: 283 http://svn.sourceforge.net/domainobjects/?rev=283&view=rev Author: rbeauchamp Date: 2007-03-10 03:27:48 -0800 (Sat, 10 Mar 2007) Log Message: ----------- - Fixed issues with DomainObjects collections. - Improved performance of DomainObjects collections. - Removed code that was automatically binding an object to the current transaction when it was proxied. The user may not want the proxied object bound to the transaction. Modified Paths: -------------- trunk/DomainObjects2/src/Core/DomainObjects/Facade/DatabaseSession.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Collection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/IFieldCollection.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/PersistableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/Reference.cs trunk/DomainObjects2/src/Core/DomainObjects/Facade/Domain/TransactableObject.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryReferenceFacade.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/InMemoryRelationship.cs trunk/DomainObjects2/src/Core/DomainObjects/Proxy/TransactableObjectProxy.cs trunk/DomainObjects2/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |