[DomainObjects-Subversion] SF.net SVN: domainobjects:[434] branches/DomainObjects4
Brought to you by:
rbeauchamp
From: <rbe...@us...> - 2009-12-03 16:46:08
|
Revision: 434 http://domainobjects.svn.sourceforge.net/domainobjects/?rev=434&view=rev Author: rbeauchamp Date: 2009-12-03 16:45:42 +0000 (Thu, 03 Dec 2009) Log Message: ----------- - Moved to VS 2010/.NET 4 Modified Paths: -------------- branches/DomainObjects4/build.xml branches/DomainObjects4/resource/Repository.xml branches/DomainObjects4/resource/Repository.xsd branches/DomainObjects4/src/Core/AssemblyInfo.cs branches/DomainObjects4/src/Core/DomainObjects/Cache/ObjectCache.cs branches/DomainObjects4/src/Core/DomainObjects/Cache/ObjectCacheFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Collections/Extensions.cs branches/DomainObjects4/src/Core/DomainObjects/Collections/ImmutableList.cs branches/DomainObjects4/src/Core/DomainObjects/Configuration/DomainObjectsConfiguration.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/Assert.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/AssertionFailedException.cs branches/DomainObjects4/src/Core/DomainObjects/Contract/ValidationUtil.cs branches/DomainObjects4/src/Core/DomainObjects/Conversion/FieldConversionException.cs branches/DomainObjects4/src/Core/DomainObjects/Conversion/FieldConversionFactory.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CommandExecutionUtil.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/CriteriaToParameterListMap.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/DeleteCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/InsertCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/Parameter.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectByPkCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SelectCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Column.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/ColumnType.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelExpressionType.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DbSchemaColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DerivedColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/DerivedTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/ExecutionOperator.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Join.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/From/Table.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Having/HavingClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IDbModelExpression.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/IParameterizable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/OptionClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SearchConditionClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Select/SelectList.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/ConcreteTypeConstraintHandler.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/DbModel/Where/WhereClause.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/AggregateFunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/Function/ScalarFunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/JoinType.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Field.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Class.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ClassToPrefetch.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/CollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/CrossJoinRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelatedClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/FieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IFieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IInsertable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IIntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IUpdatable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/IntersectionTable.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/MtoNCollectionRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/ReferenceRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/Relationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/RootClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClass.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/From/SubClassRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Having.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IBatchStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IInsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IObjectModelExpression.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IntersectionTableColumn.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/IntersectionTableColumnType.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelDeleteStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelInsertStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelSqlStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/ObjectModelUpdateStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SearchCondition.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/GroupByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/InternalQuery.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/ObjectModelSelectStatement.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/OrderByField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Select/SelectField.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/SetParameter.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Union.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/UnionType.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/BetweenCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ComparisonCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Conjunction.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/EqualToCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/ExistsCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/GreaterThanCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/InSubqueryCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LessThanCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/LikeCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/NullCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Operand.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Predicate.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/SqlStatement/ObjectModel/Where/Where.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/Command/UpdateCommandBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/DataProvider/AbstractDataProvider.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/DataProvider/DataProviderFactory.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/DataProvider/IDataProvider.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/MaximumCountExceededException.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/OptimisticConcurrencyException.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/RowReader.cs branches/DomainObjects4/src/Core/DomainObjects/DbAccess/SqlException.cs branches/DomainObjects4/src/Core/DomainObjects/Diagnostics/CommandMonitor.cs branches/DomainObjects4/src/Core/DomainObjects/Diagnostics/DatabaseAccessMonitor.cs branches/DomainObjects4/src/Core/DomainObjects/DomainObjectsException.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ColumnField.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Constant.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Criteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/DeleteByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Field.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/FieldValue.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Average.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Case.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/ConvertTo.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Count.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DateAdd.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DateDiff.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/DatePart.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/GetDate.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Lower.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Max.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Min.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Minus.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/NewId.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Over.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/PartOfDateTime.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Plus.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Replace.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/ReplaceNull.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/RowNumber.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Style.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Sum.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Function/Upper.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IClassContainer.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/IQueryable.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/InsertByQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Null.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ObjectModelExpression.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/PersistenceFacade.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/Query.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/ScalarQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/TableExpressionQuery.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Command/UpdateByCriteria.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/DatabaseSession.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Diagnostics/DatabaseAccessEvent.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Collection.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/CompositeKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/DoubleKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/FieldConversion.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/FieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/GuidKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IFieldCollection.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IFieldConversion.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IFieldRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IReconstructionAware.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Identity.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/IntKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Key.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/LongKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/MutatorAttribute.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/NeedsDeleteEventArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnAfterInsertArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnDeletedFromDatabaseEventArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/OnIdentityChangeArgs.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/Reference.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/ShortKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Domain/StringKey.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Test/DomainObjectsTestFixture.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Test/TransactionalTestFixture.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/BindUtil.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/IExecutionAware.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/IService.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/ITransactionAware.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/ITransactionSetAware.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/Service.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/ServiceActivator.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/SingleThreadedUnitOfWork.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/TransactionAttribute.cs branches/DomainObjects4/src/Core/DomainObjects/Facade/Transaction/TransactionOption.cs branches/DomainObjects4/src/Core/DomainObjects/HashCodeUtil.cs branches/DomainObjects4/src/Core/DomainObjects/Linq/CaseExpression.cs branches/DomainObjects4/src/Core/DomainObjects/Linq/QueryProvider.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/AttributeDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/AttributeDescriptorOverride.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ClassDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/CollectionDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/DescriptorRepository.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Editability.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/FieldDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/FieldDescriptorReference.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/IAttributeDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/IReferenceDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/IRelationshipDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/MetadataExtensions.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/PersistentField.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/PrimaryKeyDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ReferenceDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/ReferenceDescriptorOverride.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/RelationshipDescriptor.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/RelationshipDescriptorOverride.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/RepositoryFactory.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Sort.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/DomainObjectGenerator.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/OleDbTypeToDbType.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/Tool/Generator/RepositoryGenerator.cs branches/DomainObjects4/src/Core/DomainObjects/Metadata/TypeNameToFieldDescriptorListMap.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelExpressionTranslator.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/ObjectModelVisitor.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/Reflection.cs branches/DomainObjects4/src/Core/DomainObjects/Model/ObjectModel/Visitation.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectGraphBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/ObjectAccess/ObjectSetBuilder.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/IRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/InMemoryRelationship.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ObjectStateManager.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/ObjectValueManager.cs branches/DomainObjects4/src/Core/DomainObjects/Objects/RelationshipIdentity.cs branches/DomainObjects4/src/Core/DomainObjects/PersistenceBroker.cs branches/DomainObjects4/src/Core/DomainObjects/Serialization/FieldSerializer.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BindManager.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BoundObjectMap.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/BoundObjectSet.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/IdentityPositionMap.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/ObjectTransaction.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/ObjectTransactionCommitState.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/PersistenceOperation.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/PersistenceState.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/PersistenceStateEnum.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateNewDelete.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateNewEdited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateNewUnedited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateOldDelete.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateOldEdited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/States/StateOldUnedited.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/TransactionContext.cs branches/DomainObjects4/src/Core/DomainObjects/Transaction/TypeReorderingStrategy.cs branches/DomainObjects4/src/Core/DomainObjects.Core.dll.csproj branches/DomainObjects4/src/Documentation/Sandcastle/DomainObjects.shfbproj branches/DomainObjects4/src/Documentation/content/xdocs/Documentation/Api/index.xml branches/DomainObjects4/src/Documentation/content/xdocs/Documentation/BankOfDavis/2_ArchitectureAndConcepts.xml branches/DomainObjects4/src/Documentation/content/xdocs/Documentation/BankOfDavis/SetUpYourDevelopmentEnvironment.xml branches/DomainObjects4/src/Documentation/content/xdocs/Documentation/QuickStart.xml branches/DomainObjects4/src/Documentation/content/xdocs/Project/Contribute.xml branches/DomainObjects4/src/Documentation/content/xdocs/Site.xml branches/DomainObjects4/src/Documentation/content/xdocs/Tabs.xml branches/DomainObjects4/src/Documentation/content/xdocs/Welcome/Features.xml branches/DomainObjects4/src/Documentation/content/xdocs/index.xml branches/DomainObjects4/src/Documentation/skinconf.xml branches/DomainObjects4/src/DomainObjectGen/DomainObjects/Tools/DomainObjectGen/EntryPoint.cs branches/DomainObjects4/src/DomainObjectGen/assemblyinfo.cs branches/DomainObjects4/src/Extensions/DomainObjects/Conversion/Boolean2IntFieldConversion.cs branches/DomainObjects4/src/Extensions/DomainObjects/Conversion/EnumStringConversion.cs branches/DomainObjects4/src/Extensions/DomainObjects/Conversion/GuidStringConversion.cs branches/DomainObjects4/src/Extensions/DomainObjects/Conversion/NullableTypeConversion.cs branches/DomainObjects4/src/Extensions/DomainObjects/Conversion/Object2ByteArrFieldConversion.cs branches/DomainObjects4/src/Extensions/DomainObjects/Conversion/StringGuidConversion.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Access/AccessIdentityCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Access/AccessUpdateCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Access/DbModel/AccessDbModelInsertStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Access/DbModel/AccessDbModelSelectStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleCompatibleDbModelSelectStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleDbModelInsertStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/DbModel/OracleDbModelSelectStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/OracleDeleteCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/OracleSequenceCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/Oracle/OracleUpdateCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/QueryableExtensions.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlServer/ServerSideSequencerInsertCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelDeleteStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelSelectStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/MySql/MySqlDbModelUpdateStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/DbModel/SqlServer/SqlServer2005DbModelSelectStatement.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlDeleteCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlInsertCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlSelectCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/Command/SqlStatement/MySql/MySqlUpdateCommandBuilder.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/MySql/MySqlDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleCompatibleDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/Oracle/OracleDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProviderServerSideSequencer.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServer2000DataProviderWithIdentitySupport.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProvider.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderServerSideSequencer.cs branches/DomainObjects4/src/Extensions/DomainObjects/DbAccess/DataProvider/SqlServer/SqlServerDataProviderWithIdentitySupport.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/EditableObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ICreatable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IDeletable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IEditable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IImmutable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IPersistable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/IReadOnly.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ITransactable.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ImmutableObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/PersistableObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/ReadOnlyObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Facade/Domain/TransactableObject.cs branches/DomainObjects4/src/Extensions/DomainObjects/Sequence/SequenceEntry.cs branches/DomainObjects4/src/Extensions/DomainObjects.Extensions.dll.csproj branches/DomainObjects4/src/Extensions/Properties/AssemblyInfo.cs branches/DomainObjects4/src/RepositoryGen/DomainObjects/Tools/RepositoryGen/EntryPoint.cs branches/DomainObjects4/src/RepositoryGen/assemblyinfo.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/BaseType.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/NonGeneratedPerson.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/NonGeneratedRole.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/Product.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/RootObject.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/SimpleObject.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/SimpleObjectClass.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/StockDetail.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/StringToStringConversion.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Domain/SubType.cs branches/DomainObjects4/src/Test/DomainObjects.Test/InternalDomainObjectsTestFixture.cs branches/DomainObjects4/src/Test/DomainObjects.Test/Properties/UnitTestProperties.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/AdoNetTransactionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CacheTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CallbackTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CascadeStoreAndDeleteTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CollectionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CompositeKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CorrelatedSubqueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/CriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DatabaseCompatibilityTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DeleteByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DiagnosticsTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DomainObjectGeneratorTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/DomainObjectsConfigurationTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/EditDescriptorRepositoryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FieldValueTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/FunctionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/GeneratedReferencePathTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/IdentityTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InheritanceHierarchyToSingleTableMappingTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/InsertTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/MtoNTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/MutatorAttributeTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/NullableTypesTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectBuilderTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectGraphTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectReferenceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ObjectTransactionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/OptimisticConcurrencyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/OracleTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/OverClauseTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PartitionedTableTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PerformanceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PersistenceTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrefetchTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/PrimaryKeyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ProxyTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryHintTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/QueryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/RepositoryFactoryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/RepositoryGenTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/SerializationTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/ServerSideSequencerTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TableExpressionTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TransactionAttributeTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/TransactionBoundaryTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateByCriteriaTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/UpdateTests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestFixture/outerjointests.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Enum/LegalValue.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/CacheService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/NonTransactionalService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/ReorderValidationService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/ReorderValidator.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionNotSupportedService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionRequiredService2.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAware.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionSetAwareService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionSupportedService.cs branches/DomainObjects4/src/Test/DomainObjects.Test/TestType/Service/TransactionalService.cs branches/DomainObjects4/src/Test/Properties/AssemblyInfo.cs branches/DomainObjects4/src/TestDataLoader/AssemblyInfo.cs branches/DomainObjects4/src/TestDataLoader/DomainObjects/Test/TestDataLoader/EntryPoint.cs branches/DomainObjects4/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Loader.cs branches/DomainObjects4/src/TestDataLoader/DomainObjects/Test/TestDataLoader/Reader.cs branches/DomainObjects4/src/Tutorial/AssemblyInfo.cs branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/Planet.cs branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/PlanetarySatellite.cs branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/Resource/Repository.xml branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/Star.cs branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/TransactionFacade.cs branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/TutorialClient.cs branches/DomainObjects4/src/Tutorial/DomainObjects.Tutorial/TutorialTests.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |