libs-gdl2/EOControl/EOEditingContext.m

3597 lines
99 KiB
Mathematica
Raw Normal View History

/**
EOEditingContext.m <title>EOEditingContext Class</title>
Copyright (C) 2000-2002 Free Software Foundation, Inc.
Date: June 2000
$Revision$
$Date$
<abstract></abstract>
This file is part of the GNUstep Database Library.
<license>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; see the file COPYING.LIB.
If not, write to the Free Software Foundation,
59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</license>
**/
#include "config.h"
RCS_ID("$Id$")
//TODO EOMultiReaderLocks
#ifndef GNUSTEP
#include <GNUstepBase/GNUstep.h>
* EOAccess/EOAdaptor.m: Include GNUstep-specific headers for non-GNUstep systems. * EOAccess/EOAdaptorChannel.m: Ditto. * EOAccess/EOAdaptorContext.m: Ditto. * EOAccess/EOAttribute.m: Ditto. * EOAccess/EODatabaseChannel.m: Ditto. * EOAccess/EODatabaseDataSource.m: Ditto. * EOAccess/EOEntity.m: Ditto. * EOAccess/EOModel.m: Ditto. * EOAccess/EOModelGroup.m: Ditto. * EOAccess/EORelationship.m: Ditto. * EOAccess/EOSQLQualifier.m: Ditto. * EOAccess/EOUtilities.m: Ditto. * EOControl/EOAndQualifier.m: Ditto. * EOControl/EOClassDescription.m: Ditto. * EOControl/EODataSource.m: Ditto. * EOControl/EOEditingContext.m: Ditto. * EOControl/EOFault.m: Ditto. * EOControl/EOFaultHandler.m: Ditto. * EOControl/EOFetchSpecification.m: Ditto. * EOControl/EOKeyValueArchiver.m: Ditto. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EOMutableKnownKeyDictionary.m: Ditto. * EOControl/EONSAddOns.m: Ditto. * EOControl/EOObjectStore.m: Ditto. * EOControl/EOObjectStoreCoordinator.m: Ditto. * EOControl/EOObserver.m: Ditto. * EOControl/EOOrQualifier.m: Ditto. * EOControl/EOQualifier.m: Ditto. * EOControl/EOUndoManager.m: Ditto. * EOModeler/EOModelExtensions.m: Ditto. * EOAccess/EOModel.h/m (+/-[EOModel version]) Remove. ([EOModel init]): Handle version internally. ([EOModel encodeTableOfContentsIntoPropertyList:]): Ditto. ([EOModel encodeIntoPropertyList:]): Ditto. * EOAccess/EODatabaseContext.m ([EODatabaseContext dealloc]): Use NSCountHashTable instead of NSCountMapTable on hash table. * EOAccess/EOAttribute.m ([EOAttribute newValueForBytes:length:]): Added casts to avoid warnings. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@18500 72102866-910b-0410-8b05-ffd578937521
2004-01-29 13:23:22 +00:00
#include <GNUstepBase/GSCategories.h>
#endif
#include <Foundation/Foundation.h>
#include <GNUstepBase/GSLock.h>
2003-03-30 David Ayers <d.ayers@inode.at> * *.h/m, *.h/m): Used #include instead of depricated #import. Avoid including entire library headers. Use export macro where applicable. * EOControl/GNUmakefile: Removed EOKeyValueCodingBase.m/h and EOUndoMananger.h. Added EOArrayDataSource.m/h, EODefines.h and EODepricated.h. * EOControl/EODefines.h: Updated for GDL2 & gnustep-make. * EOControl/EODebug.h: Updated. * EOControl/EODepricated.h: Updated for current state of GDL2. ([NSObject +flushClassKeyBindings]): Added declaration. ([EOClassDescription +setDelegate:]): Added declaration. ([EOClassDescription +delegate]): Added declaration. (EOUndoManager): Moved declaration of interface here. * EOControl/EOKeyValueCoding.m ([EOClassDescription +flushClassKeyBindings]): Added empty implementation. ([NSObject takeStoredValuesFromDictionary:]): Cache EONull instance and use it instead of isKindOfClass:. * EOControl/EOEditingContext.m ([EOEditingContext +initialize]): Tidied. ([EOEditingContest -deleteObject]): Use NSUndoManager instead of EOUndoManager. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Added minor optimization tweak. * EOControl/EOClassDescription.m: Removed inactive commented code. Added private declerations of EOAccess methods to avoid compiler warnings. ([EOClassDescription +initialize]): Tidied. ([EOClassDescription -classDescriptionForClass:]): Use GSObjCName() instead of objc runtime routines. * EOControl/EOFault.m: Exchanged direct usages of ObjC runtime routines with NS/GSObjCRuntime abstraction API. ([EOFault +superclass]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -respondsToSelector:]): Ditto. ([EOFault +initialize]): Cache static class variable. ([EOFault +isKindOfClass]): Use static class variable. ([EOFault +handlerForFault:]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -dealloc]): Ditto. * EOControl/EOGenericRecord.m: ([EOGenericRecord +initialize]): Tidied. * EOControl/EOKeyComparisonQualifier.m: Tidied documentation. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EONSAddOns.h/m: Added declarations to surpress compiler warnings. ([NSObject -eoCompareOnName:]): Adjusted casts to surpress compiler warnings. (GSUseStrictWO451Compatibility): Added function. (GDL2GlobalLock, GDL2GlobalRecursive): Ditto. * EOControl/EONull: Remove implementations for foundation libraries without key value coding and fully rely on NSNull. Added assertions in all intance methods as instances should never be created. ([EONull +allocWithZone:]) Corrected method name so it will actually be used. * EOControl/EOSortOrdering.m ([NSArray sortedArrayUsingKeyOrderArray:]): Tidied. ([NSMutableArray sortUsingKeyOrderArray:]): Ditto. ([EONull compareAscending:]): Sync with referencs implementation. ([EONull compareDescending:]): Ditto. ([EONull compareCaseInsensitiveAscending:]): Ditto. ([EONull compareCaseInsensitiveDescending:]): Ditto. * EOAccess/EOAdaptor.h: Added comment about API compatibility. * EOAccess/EOAdaptor.m ([EOAdaptor -contexts]): Return array of adaptor contexts rather tham GC-wrapper objects containing adaptor contexts. ([EOAdaptor -databaseEncoding]): Use GSEncodingName() instead of GetEncodingName(). * EOAccess/EODatabaseContext.m ([EODatabaseContext -_turnFault:gid:editingContext:isComplete:]): Use GSObjCClass() instead of trying to access isa by dereferencing from id with incorrect member. * EOAccess/EOModel.m ([EOModel -entityNames]): Sort returned array to insure comparable output. * EOAccess/EOSQLExpression.m ([EOSQLExpression sqlStringForArrayOfQualifiers:operation:]): Added cast to surpress compiler warning. * EOAccess/EOUtilities.m ([EOObjectStoreCoordinator setModelGroup:]): Ditto. * EOAccess/EORelationship.h ([EORelationship -docComment]): Added declaration. * EOAccess/GNUmakefile: Added EODefines.h and EODepricated.h. * Tools/*.m: Use RCS_ID macro. * Tools/EOAttribute+GSDoc.h: ([EOAttribute gsdocContentWithTagName:idPtr:]): Corrected Typo. * Tools/EOModel+GSDoc.h/m: ([EOModel gsdocContentSplittedByEntities:idPtr:]): Ditto. * Tools/EORelationship+GSDoc.m: ([EORelationship gsdocContentWithTagName:idPtr:]): Change variable type to supress compiler warnings. * Tools/eoutil.m (dump): Initialize variables to supress compiler warnings. * Tools/gsdoc-model.m: Include GSCategories.h to supress compiler warnings. (main): Added cast to supress compiler warning. Fixed typo in method invocation. 2003-03-25 Stephane Corthesy <stephane@sente.ch> * EOControl/EODefines.h: Added new file for export/win32 support. * EOControl/EODepricated.h: Added new file for depricated features. * EOControl/EOControl.h: Added EOArrayDataSource.h and EODefines.h. * EOControl/EOArrayDataSource.h/m: Added new files. Some methods (<NSCoding> and qualifier bindings) are empty stubs. * EOControl/EODebug.h: Use export macro instead of explicit extern for function and symbol declarations. * EOControl/EOGlobalID.h: Ditto. * EOControl/EONull.h: Ditto. * EOControl/EOObjectStore.h: Ditto. * EOControl/EOOrQualifier.m: Replaced autorelease by AUTORELEASE and fixed typo. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Implemented. * EOControl/EONSAddOns.m: Use volatile in some exception handlers (man longjmp for more info). * EOControl/EOSortOrdering.h/m ([EOSortOrdering -copyWithZone:]): Implemented <NSCopying>. ([EOSortOrdering -encodeWithKeyValueArchiver:]): Implemented. * EOAccess/EODefines.h: Added new file for export/win32 support. * EOAccess/EODepricated.h: Added new file for depricated features. * EOAccess/EOAccess.h: Added EODefines.h. * EOAccess/EOSQLExpression.h/m: Fixed typo for EOPrimaryKeyConstraintKey. * EOAccess/EOExpressionArray.h/m: Use volatile for variables usein in exception handlers. (man longjmp for more info) * EOAccess/EODatabase.h: Use export macro instead of explicit extern for function and symbol declarations. * EOAccess/EOEntity.h: Ditto. * EOAccess/EOModel.h: Ditto. * EOAccess/EOSchemaGeneration.h: Ditto. * EOAccess/EOSQLExpression.h: Ditto. * EOAccess/EOUtilities.h: Ditto. * Tools/eoutil.m (dump): Implemented use of -postinstall option. Corrected bug when getting adaptor's expression class. Renamed symbol EOPrimaryKeyContraintsKey into EOPrimaryKeyConstraintsKey. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16298 72102866-910b-0410-8b05-ffd578937521
2003-03-31 00:24:15 +00:00
#include <EOControl/EOEditingContext.h>
#include <EOControl/EOObjectStoreCoordinator.h>
#include <EOControl/EOGlobalID.h>
#include <EOControl/EOClassDescription.h>
#include <EOControl/EOKeyValueCoding.h>
#include <EOControl/EOFault.h>
#include <EOControl/EONull.h>
#include <EOControl/EONSAddOns.h>
#include <EOControl/EODeprecated.h>
2003-03-30 David Ayers <d.ayers@inode.at> * *.h/m, *.h/m): Used #include instead of depricated #import. Avoid including entire library headers. Use export macro where applicable. * EOControl/GNUmakefile: Removed EOKeyValueCodingBase.m/h and EOUndoMananger.h. Added EOArrayDataSource.m/h, EODefines.h and EODepricated.h. * EOControl/EODefines.h: Updated for GDL2 & gnustep-make. * EOControl/EODebug.h: Updated. * EOControl/EODepricated.h: Updated for current state of GDL2. ([NSObject +flushClassKeyBindings]): Added declaration. ([EOClassDescription +setDelegate:]): Added declaration. ([EOClassDescription +delegate]): Added declaration. (EOUndoManager): Moved declaration of interface here. * EOControl/EOKeyValueCoding.m ([EOClassDescription +flushClassKeyBindings]): Added empty implementation. ([NSObject takeStoredValuesFromDictionary:]): Cache EONull instance and use it instead of isKindOfClass:. * EOControl/EOEditingContext.m ([EOEditingContext +initialize]): Tidied. ([EOEditingContest -deleteObject]): Use NSUndoManager instead of EOUndoManager. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Added minor optimization tweak. * EOControl/EOClassDescription.m: Removed inactive commented code. Added private declerations of EOAccess methods to avoid compiler warnings. ([EOClassDescription +initialize]): Tidied. ([EOClassDescription -classDescriptionForClass:]): Use GSObjCName() instead of objc runtime routines. * EOControl/EOFault.m: Exchanged direct usages of ObjC runtime routines with NS/GSObjCRuntime abstraction API. ([EOFault +superclass]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -respondsToSelector:]): Ditto. ([EOFault +initialize]): Cache static class variable. ([EOFault +isKindOfClass]): Use static class variable. ([EOFault +handlerForFault:]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -dealloc]): Ditto. * EOControl/EOGenericRecord.m: ([EOGenericRecord +initialize]): Tidied. * EOControl/EOKeyComparisonQualifier.m: Tidied documentation. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EONSAddOns.h/m: Added declarations to surpress compiler warnings. ([NSObject -eoCompareOnName:]): Adjusted casts to surpress compiler warnings. (GSUseStrictWO451Compatibility): Added function. (GDL2GlobalLock, GDL2GlobalRecursive): Ditto. * EOControl/EONull: Remove implementations for foundation libraries without key value coding and fully rely on NSNull. Added assertions in all intance methods as instances should never be created. ([EONull +allocWithZone:]) Corrected method name so it will actually be used. * EOControl/EOSortOrdering.m ([NSArray sortedArrayUsingKeyOrderArray:]): Tidied. ([NSMutableArray sortUsingKeyOrderArray:]): Ditto. ([EONull compareAscending:]): Sync with referencs implementation. ([EONull compareDescending:]): Ditto. ([EONull compareCaseInsensitiveAscending:]): Ditto. ([EONull compareCaseInsensitiveDescending:]): Ditto. * EOAccess/EOAdaptor.h: Added comment about API compatibility. * EOAccess/EOAdaptor.m ([EOAdaptor -contexts]): Return array of adaptor contexts rather tham GC-wrapper objects containing adaptor contexts. ([EOAdaptor -databaseEncoding]): Use GSEncodingName() instead of GetEncodingName(). * EOAccess/EODatabaseContext.m ([EODatabaseContext -_turnFault:gid:editingContext:isComplete:]): Use GSObjCClass() instead of trying to access isa by dereferencing from id with incorrect member. * EOAccess/EOModel.m ([EOModel -entityNames]): Sort returned array to insure comparable output. * EOAccess/EOSQLExpression.m ([EOSQLExpression sqlStringForArrayOfQualifiers:operation:]): Added cast to surpress compiler warning. * EOAccess/EOUtilities.m ([EOObjectStoreCoordinator setModelGroup:]): Ditto. * EOAccess/EORelationship.h ([EORelationship -docComment]): Added declaration. * EOAccess/GNUmakefile: Added EODefines.h and EODepricated.h. * Tools/*.m: Use RCS_ID macro. * Tools/EOAttribute+GSDoc.h: ([EOAttribute gsdocContentWithTagName:idPtr:]): Corrected Typo. * Tools/EOModel+GSDoc.h/m: ([EOModel gsdocContentSplittedByEntities:idPtr:]): Ditto. * Tools/EORelationship+GSDoc.m: ([EORelationship gsdocContentWithTagName:idPtr:]): Change variable type to supress compiler warnings. * Tools/eoutil.m (dump): Initialize variables to supress compiler warnings. * Tools/gsdoc-model.m: Include GSCategories.h to supress compiler warnings. (main): Added cast to supress compiler warning. Fixed typo in method invocation. 2003-03-25 Stephane Corthesy <stephane@sente.ch> * EOControl/EODefines.h: Added new file for export/win32 support. * EOControl/EODepricated.h: Added new file for depricated features. * EOControl/EOControl.h: Added EOArrayDataSource.h and EODefines.h. * EOControl/EOArrayDataSource.h/m: Added new files. Some methods (<NSCoding> and qualifier bindings) are empty stubs. * EOControl/EODebug.h: Use export macro instead of explicit extern for function and symbol declarations. * EOControl/EOGlobalID.h: Ditto. * EOControl/EONull.h: Ditto. * EOControl/EOObjectStore.h: Ditto. * EOControl/EOOrQualifier.m: Replaced autorelease by AUTORELEASE and fixed typo. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Implemented. * EOControl/EONSAddOns.m: Use volatile in some exception handlers (man longjmp for more info). * EOControl/EOSortOrdering.h/m ([EOSortOrdering -copyWithZone:]): Implemented <NSCopying>. ([EOSortOrdering -encodeWithKeyValueArchiver:]): Implemented. * EOAccess/EODefines.h: Added new file for export/win32 support. * EOAccess/EODepricated.h: Added new file for depricated features. * EOAccess/EOAccess.h: Added EODefines.h. * EOAccess/EOSQLExpression.h/m: Fixed typo for EOPrimaryKeyConstraintKey. * EOAccess/EOExpressionArray.h/m: Use volatile for variables usein in exception handlers. (man longjmp for more info) * EOAccess/EODatabase.h: Use export macro instead of explicit extern for function and symbol declarations. * EOAccess/EOEntity.h: Ditto. * EOAccess/EOModel.h: Ditto. * EOAccess/EOSchemaGeneration.h: Ditto. * EOAccess/EOSQLExpression.h: Ditto. * EOAccess/EOUtilities.h: Ditto. * Tools/eoutil.m (dump): Implemented use of -postinstall option. Corrected bug when getting adaptor's expression class. Renamed symbol EOPrimaryKeyContraintsKey into EOPrimaryKeyConstraintsKey. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16298 72102866-910b-0410-8b05-ffd578937521
2003-03-31 00:24:15 +00:00
#include <EOControl/EODebug.h>
@class EOEntityClassDescription;
/*
* These EOAccess specific declarations are intended to
* supress long compiler warnings. Non the less we should
* avoid dependancies on EOAccess.
*/
@interface NSObject(EOEntityWarningSupression)
- (NSString *) name;
- (EOGlobalID *) globalIDForRow:(NSDictionary *)row;
@end
@interface EOEntityClassDescription : EOClassDescription
- (NSObject *) entity;
@end
@interface EOEditingContext(EOEditingContextPrivate)
- (void) incrementUndoTransactionID;
- (BOOL) handleError: (NSException *)exception;
- (BOOL) handleErrors: (NSArray *)exceptions;
- (void) _enqueueEndOfEventNotification;
- (void) _sendOrEnqueueNotification: (NSNotification *)notification
selector: (SEL)selector;
- (void) _insertObject: (id)object
withGlobalID: (EOGlobalID *)gid;
- (void) _processObjectStoreChanges: (NSDictionary *)changes;
- (void) _processDeletedObjects;
- (void) _processOwnedObjectsUsingChangeTable: (NSHashTable*)changeTable
deleteTable: (NSHashTable*)deleteTable;
- (void)_processNotificationQueue;
- (void) _observeUndoManagerNotifications;
- (void) _registerClearStateWithUndoManager;
- (void) _forgetObjectWithGlobalID:(EOGlobalID *)gid;
- (void) _invalidateObject:(id)obj withGlobalID: (EOGlobalID *)gid;
- (void) _invalidateObjectsWithGlobalIDs: (NSArray*)gids;
- (NSDictionary *) _objectBasedChangeInfoForGIDInfo: (NSDictionary *)changes;
- (NSMutableSet *)_mutableSetFromToManyArray: (NSArray *)array;
- (NSArray *)_uncommittedChangesForObject: (id)obj
fromSnapshot: (NSDictionary *)snapshot;
- (NSArray *)_changesFromInvalidatingObjectsWithGlobalIDs: (NSArray *)globalIDs;
- (void) _resetAllChanges;
@end
@interface EOThreadSafeQueue : NSObject
{
GSLazyRecursiveLock *lock;
NSMutableArray *arr;
}
-(void)addItem:(id)object;
-(id)removeItem;
@end
@implementation EOThreadSafeQueue
- (id)init
{
if ((self=[super init]))
{
lock = [GSLazyRecursiveLock new];
arr = [NSMutableArray new];
}
return self;
}
- (void)dealloc
{
RELEASE(lock);
RELEASE(arr);
[super dealloc];
}
-(void)addItem:(id)object
{
NSParameterAssert(object);
[lock lock];
[arr addObject: object];
[lock unlock];
}
-(id)removeItem
{
id item = nil;
[lock lock];
if ([arr count])
{
item = [arr objectAtIndex: 0];
[arr removeObjectAtIndex: 0];
}
[lock unlock];
return item;
}
@end
@implementation EOEditingContext
static EONull *null = nil;
static Class EOEditingContextClass = nil;
static Class EOAssociationClass = nil;
static EOObjectStore *defaultParentStore = nil;
static NSTimeInterval defaultFetchLag = 3600.0;
static NSHashTable *ecDeallocHT = 0;
static NSHashTable *assocDeallocHT = 0;
/* Notifications */
NSString *EOObjectsChangedInEditingContextNotification
= @"EOObjectsChangedInEditingContextNotification";
NSString *EOEditingContextDidSaveChangesNotification
= @"EOEditingContextDidSaveChangesNotification";
/* Local constants */
NSString *EOConstObject = @"EOConstObject";
NSString *EOConstChanges = @"EOConstChanges";
NSString *EOConstKey = @"EOConstKey";
NSString *EOConstValue = @"EOConstValue";
NSString *EOConstAdd = @"EOConstAdd";
NSString *EOConstDel = @"EOConstDel";
/*
* This function is used during change processing to multiple changes
* to one class property.
* Either value or the add and remove arrays should be set.
* The arrays may be emtpy but they must be supplied unless
* the value is supplied.
* The value is set via the takeStoredValue:forKey: method (i.e. avoiding
* the formal accessor machinery) replacing any EONull's with nil.
* When add and remove arrays are given, processing starts with the remove
* array and then continues with the add array.
*/
static inline void
_mergeValueForKey(id obj, id value,
NSArray *add, NSArray *del,
NSString *key)
{
id relObj;
unsigned int i,n;
NSCAssert(((value == nil && add != nil && del !=nil)
|| (value != nil && add == nil && del == nil)),
@"Illegal usage of function.");
for (i = 0, n = [del count]; i < n; i++)
{
relObj = [del objectAtIndex: i];
[obj removeObject: relObj fromPropertyWithKey: key];
}
for (i = 0, n = [add count]; i < n; i++)
{
relObj = [add objectAtIndex: i];
[obj addObject: relObj toPropertyWithKey: key];
}
if (add == nil && del == nil)
{
value = (value == null) ? nil : value;
[obj takeStoredValue: value forKey: key];
}
}
+ (void)initialize
{
2003-03-30 David Ayers <d.ayers@inode.at> * *.h/m, *.h/m): Used #include instead of depricated #import. Avoid including entire library headers. Use export macro where applicable. * EOControl/GNUmakefile: Removed EOKeyValueCodingBase.m/h and EOUndoMananger.h. Added EOArrayDataSource.m/h, EODefines.h and EODepricated.h. * EOControl/EODefines.h: Updated for GDL2 & gnustep-make. * EOControl/EODebug.h: Updated. * EOControl/EODepricated.h: Updated for current state of GDL2. ([NSObject +flushClassKeyBindings]): Added declaration. ([EOClassDescription +setDelegate:]): Added declaration. ([EOClassDescription +delegate]): Added declaration. (EOUndoManager): Moved declaration of interface here. * EOControl/EOKeyValueCoding.m ([EOClassDescription +flushClassKeyBindings]): Added empty implementation. ([NSObject takeStoredValuesFromDictionary:]): Cache EONull instance and use it instead of isKindOfClass:. * EOControl/EOEditingContext.m ([EOEditingContext +initialize]): Tidied. ([EOEditingContest -deleteObject]): Use NSUndoManager instead of EOUndoManager. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Added minor optimization tweak. * EOControl/EOClassDescription.m: Removed inactive commented code. Added private declerations of EOAccess methods to avoid compiler warnings. ([EOClassDescription +initialize]): Tidied. ([EOClassDescription -classDescriptionForClass:]): Use GSObjCName() instead of objc runtime routines. * EOControl/EOFault.m: Exchanged direct usages of ObjC runtime routines with NS/GSObjCRuntime abstraction API. ([EOFault +superclass]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -respondsToSelector:]): Ditto. ([EOFault +initialize]): Cache static class variable. ([EOFault +isKindOfClass]): Use static class variable. ([EOFault +handlerForFault:]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -dealloc]): Ditto. * EOControl/EOGenericRecord.m: ([EOGenericRecord +initialize]): Tidied. * EOControl/EOKeyComparisonQualifier.m: Tidied documentation. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EONSAddOns.h/m: Added declarations to surpress compiler warnings. ([NSObject -eoCompareOnName:]): Adjusted casts to surpress compiler warnings. (GSUseStrictWO451Compatibility): Added function. (GDL2GlobalLock, GDL2GlobalRecursive): Ditto. * EOControl/EONull: Remove implementations for foundation libraries without key value coding and fully rely on NSNull. Added assertions in all intance methods as instances should never be created. ([EONull +allocWithZone:]) Corrected method name so it will actually be used. * EOControl/EOSortOrdering.m ([NSArray sortedArrayUsingKeyOrderArray:]): Tidied. ([NSMutableArray sortUsingKeyOrderArray:]): Ditto. ([EONull compareAscending:]): Sync with referencs implementation. ([EONull compareDescending:]): Ditto. ([EONull compareCaseInsensitiveAscending:]): Ditto. ([EONull compareCaseInsensitiveDescending:]): Ditto. * EOAccess/EOAdaptor.h: Added comment about API compatibility. * EOAccess/EOAdaptor.m ([EOAdaptor -contexts]): Return array of adaptor contexts rather tham GC-wrapper objects containing adaptor contexts. ([EOAdaptor -databaseEncoding]): Use GSEncodingName() instead of GetEncodingName(). * EOAccess/EODatabaseContext.m ([EODatabaseContext -_turnFault:gid:editingContext:isComplete:]): Use GSObjCClass() instead of trying to access isa by dereferencing from id with incorrect member. * EOAccess/EOModel.m ([EOModel -entityNames]): Sort returned array to insure comparable output. * EOAccess/EOSQLExpression.m ([EOSQLExpression sqlStringForArrayOfQualifiers:operation:]): Added cast to surpress compiler warning. * EOAccess/EOUtilities.m ([EOObjectStoreCoordinator setModelGroup:]): Ditto. * EOAccess/EORelationship.h ([EORelationship -docComment]): Added declaration. * EOAccess/GNUmakefile: Added EODefines.h and EODepricated.h. * Tools/*.m: Use RCS_ID macro. * Tools/EOAttribute+GSDoc.h: ([EOAttribute gsdocContentWithTagName:idPtr:]): Corrected Typo. * Tools/EOModel+GSDoc.h/m: ([EOModel gsdocContentSplittedByEntities:idPtr:]): Ditto. * Tools/EORelationship+GSDoc.m: ([EORelationship gsdocContentWithTagName:idPtr:]): Change variable type to supress compiler warnings. * Tools/eoutil.m (dump): Initialize variables to supress compiler warnings. * Tools/gsdoc-model.m: Include GSCategories.h to supress compiler warnings. (main): Added cast to supress compiler warning. Fixed typo in method invocation. 2003-03-25 Stephane Corthesy <stephane@sente.ch> * EOControl/EODefines.h: Added new file for export/win32 support. * EOControl/EODepricated.h: Added new file for depricated features. * EOControl/EOControl.h: Added EOArrayDataSource.h and EODefines.h. * EOControl/EOArrayDataSource.h/m: Added new files. Some methods (<NSCoding> and qualifier bindings) are empty stubs. * EOControl/EODebug.h: Use export macro instead of explicit extern for function and symbol declarations. * EOControl/EOGlobalID.h: Ditto. * EOControl/EONull.h: Ditto. * EOControl/EOObjectStore.h: Ditto. * EOControl/EOOrQualifier.m: Replaced autorelease by AUTORELEASE and fixed typo. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Implemented. * EOControl/EONSAddOns.m: Use volatile in some exception handlers (man longjmp for more info). * EOControl/EOSortOrdering.h/m ([EOSortOrdering -copyWithZone:]): Implemented <NSCopying>. ([EOSortOrdering -encodeWithKeyValueArchiver:]): Implemented. * EOAccess/EODefines.h: Added new file for export/win32 support. * EOAccess/EODepricated.h: Added new file for depricated features. * EOAccess/EOAccess.h: Added EODefines.h. * EOAccess/EOSQLExpression.h/m: Fixed typo for EOPrimaryKeyConstraintKey. * EOAccess/EOExpressionArray.h/m: Use volatile for variables usein in exception handlers. (man longjmp for more info) * EOAccess/EODatabase.h: Use export macro instead of explicit extern for function and symbol declarations. * EOAccess/EOEntity.h: Ditto. * EOAccess/EOModel.h: Ditto. * EOAccess/EOSchemaGeneration.h: Ditto. * EOAccess/EOSQLExpression.h: Ditto. * EOAccess/EOUtilities.h: Ditto. * Tools/eoutil.m (dump): Implemented use of -postinstall option. Corrected bug when getting adaptor's expression class. Renamed symbol EOPrimaryKeyContraintsKey into EOPrimaryKeyConstraintsKey. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16298 72102866-910b-0410-8b05-ffd578937521
2003-03-31 00:24:15 +00:00
if (self == [EOEditingContext class] && defaultParentStore == nil)
{
defaultParentStore = [EOObjectStoreCoordinator defaultCoordinator];
null = [EONull null];
EOEditingContextClass = self;
EOAssociationClass = NSClassFromString(@"EOAssociation");
2003-03-30 David Ayers <d.ayers@inode.at> * *.h/m, *.h/m): Used #include instead of depricated #import. Avoid including entire library headers. Use export macro where applicable. * EOControl/GNUmakefile: Removed EOKeyValueCodingBase.m/h and EOUndoMananger.h. Added EOArrayDataSource.m/h, EODefines.h and EODepricated.h. * EOControl/EODefines.h: Updated for GDL2 & gnustep-make. * EOControl/EODebug.h: Updated. * EOControl/EODepricated.h: Updated for current state of GDL2. ([NSObject +flushClassKeyBindings]): Added declaration. ([EOClassDescription +setDelegate:]): Added declaration. ([EOClassDescription +delegate]): Added declaration. (EOUndoManager): Moved declaration of interface here. * EOControl/EOKeyValueCoding.m ([EOClassDescription +flushClassKeyBindings]): Added empty implementation. ([NSObject takeStoredValuesFromDictionary:]): Cache EONull instance and use it instead of isKindOfClass:. * EOControl/EOEditingContext.m ([EOEditingContext +initialize]): Tidied. ([EOEditingContest -deleteObject]): Use NSUndoManager instead of EOUndoManager. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Added minor optimization tweak. * EOControl/EOClassDescription.m: Removed inactive commented code. Added private declerations of EOAccess methods to avoid compiler warnings. ([EOClassDescription +initialize]): Tidied. ([EOClassDescription -classDescriptionForClass:]): Use GSObjCName() instead of objc runtime routines. * EOControl/EOFault.m: Exchanged direct usages of ObjC runtime routines with NS/GSObjCRuntime abstraction API. ([EOFault +superclass]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -respondsToSelector:]): Ditto. ([EOFault +initialize]): Cache static class variable. ([EOFault +isKindOfClass]): Use static class variable. ([EOFault +handlerForFault:]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -dealloc]): Ditto. * EOControl/EOGenericRecord.m: ([EOGenericRecord +initialize]): Tidied. * EOControl/EOKeyComparisonQualifier.m: Tidied documentation. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EONSAddOns.h/m: Added declarations to surpress compiler warnings. ([NSObject -eoCompareOnName:]): Adjusted casts to surpress compiler warnings. (GSUseStrictWO451Compatibility): Added function. (GDL2GlobalLock, GDL2GlobalRecursive): Ditto. * EOControl/EONull: Remove implementations for foundation libraries without key value coding and fully rely on NSNull. Added assertions in all intance methods as instances should never be created. ([EONull +allocWithZone:]) Corrected method name so it will actually be used. * EOControl/EOSortOrdering.m ([NSArray sortedArrayUsingKeyOrderArray:]): Tidied. ([NSMutableArray sortUsingKeyOrderArray:]): Ditto. ([EONull compareAscending:]): Sync with referencs implementation. ([EONull compareDescending:]): Ditto. ([EONull compareCaseInsensitiveAscending:]): Ditto. ([EONull compareCaseInsensitiveDescending:]): Ditto. * EOAccess/EOAdaptor.h: Added comment about API compatibility. * EOAccess/EOAdaptor.m ([EOAdaptor -contexts]): Return array of adaptor contexts rather tham GC-wrapper objects containing adaptor contexts. ([EOAdaptor -databaseEncoding]): Use GSEncodingName() instead of GetEncodingName(). * EOAccess/EODatabaseContext.m ([EODatabaseContext -_turnFault:gid:editingContext:isComplete:]): Use GSObjCClass() instead of trying to access isa by dereferencing from id with incorrect member. * EOAccess/EOModel.m ([EOModel -entityNames]): Sort returned array to insure comparable output. * EOAccess/EOSQLExpression.m ([EOSQLExpression sqlStringForArrayOfQualifiers:operation:]): Added cast to surpress compiler warning. * EOAccess/EOUtilities.m ([EOObjectStoreCoordinator setModelGroup:]): Ditto. * EOAccess/EORelationship.h ([EORelationship -docComment]): Added declaration. * EOAccess/GNUmakefile: Added EODefines.h and EODepricated.h. * Tools/*.m: Use RCS_ID macro. * Tools/EOAttribute+GSDoc.h: ([EOAttribute gsdocContentWithTagName:idPtr:]): Corrected Typo. * Tools/EOModel+GSDoc.h/m: ([EOModel gsdocContentSplittedByEntities:idPtr:]): Ditto. * Tools/EORelationship+GSDoc.m: ([EORelationship gsdocContentWithTagName:idPtr:]): Change variable type to supress compiler warnings. * Tools/eoutil.m (dump): Initialize variables to supress compiler warnings. * Tools/gsdoc-model.m: Include GSCategories.h to supress compiler warnings. (main): Added cast to supress compiler warning. Fixed typo in method invocation. 2003-03-25 Stephane Corthesy <stephane@sente.ch> * EOControl/EODefines.h: Added new file for export/win32 support. * EOControl/EODepricated.h: Added new file for depricated features. * EOControl/EOControl.h: Added EOArrayDataSource.h and EODefines.h. * EOControl/EOArrayDataSource.h/m: Added new files. Some methods (<NSCoding> and qualifier bindings) are empty stubs. * EOControl/EODebug.h: Use export macro instead of explicit extern for function and symbol declarations. * EOControl/EOGlobalID.h: Ditto. * EOControl/EONull.h: Ditto. * EOControl/EOObjectStore.h: Ditto. * EOControl/EOOrQualifier.m: Replaced autorelease by AUTORELEASE and fixed typo. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Implemented. * EOControl/EONSAddOns.m: Use volatile in some exception handlers (man longjmp for more info). * EOControl/EOSortOrdering.h/m ([EOSortOrdering -copyWithZone:]): Implemented <NSCopying>. ([EOSortOrdering -encodeWithKeyValueArchiver:]): Implemented. * EOAccess/EODefines.h: Added new file for export/win32 support. * EOAccess/EODepricated.h: Added new file for depricated features. * EOAccess/EOAccess.h: Added EODefines.h. * EOAccess/EOSQLExpression.h/m: Fixed typo for EOPrimaryKeyConstraintKey. * EOAccess/EOExpressionArray.h/m: Use volatile for variables usein in exception handlers. (man longjmp for more info) * EOAccess/EODatabase.h: Use export macro instead of explicit extern for function and symbol declarations. * EOAccess/EOEntity.h: Ditto. * EOAccess/EOModel.h: Ditto. * EOAccess/EOSchemaGeneration.h: Ditto. * EOAccess/EOSQLExpression.h: Ditto. * EOAccess/EOUtilities.h: Ditto. * Tools/eoutil.m (dump): Implemented use of -postinstall option. Corrected bug when getting adaptor's expression class. Renamed symbol EOPrimaryKeyContraintsKey into EOPrimaryKeyConstraintsKey. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16298 72102866-910b-0410-8b05-ffd578937521
2003-03-31 00:24:15 +00:00
}
}
+ (void)objectDeallocated:(id)object
{
[[object editingContext] forgetObject: object];
}
+ (NSTimeInterval)defaultFetchTimestampLag
{
return defaultFetchLag;
}
+ (void)setDefaultFetchTimestampLag: (NSTimeInterval)lag
{
defaultFetchLag = lag;
}
+ (void)setInstancesRetainRegisteredObjects: (BOOL)flag
{
[self notImplemented: _cmd];
}
+ (BOOL)instancesRetainRegisteredObjects
{
[self notImplemented: _cmd];
return NO;
}
- (void) _eoNowMultiThreaded: (NSNotification *)notification
{
//TODO
}
- (id) initWithParentObjectStore: (EOObjectStore *)parentObjectStore
{
//OK
if ((self = [super init]))
{
_flags.propagatesDeletesAtEndOfEvent = YES; //Default behavior
ASSIGN(_objectStore, [EOEditingContext defaultParentObjectStore]); //parentObjectStore instead of defaultParentObjectStore ?
_unprocessedChanges = NSCreateHashTable(NSObjectHashCallBacks, 32);
_unprocessedDeletes = NSCreateHashTable(NSObjectHashCallBacks, 32);
_unprocessedInserts = NSCreateHashTable(NSObjectHashCallBacks, 32);
_insertedObjects = NSCreateHashTable(NSObjectHashCallBacks, 32);
_deletedObjects = NSCreateHashTable(NSObjectHashCallBacks, 32);
_changedObjects = NSCreateHashTable(NSObjectHashCallBacks, 32);
/* We may not retain the objects we are managing. */
_globalIDsByObject = NSCreateMapTable(NSNonOwnedPointerMapKeyCallBacks,
NSObjectMapValueCallBacks,
32);
_objectsByGID = NSCreateMapTable(NSObjectMapKeyCallBacks,
NSNonOwnedPointerMapValueCallBacks,
32);
_snapshotsByGID = [[NSMutableDictionary alloc] initWithCapacity:16];
_eventSnapshotsByGID = [[NSMutableDictionary alloc] initWithCapacity:16];
_editors = [NSMutableArray new];
_lock = [NSRecursiveLock new];
_undoManager = [EOUndoManager new];
[self _observeUndoManagerNotifications];
/*
[self setStopsValidationAfterFirstError:YES];
[self setPropagatesDeletesAtEndOfEvent:YES];
*/
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_objectsChangedInStore:)
name: EOObjectsChangedInStoreNotification
object: _objectStore];
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_invalidatedAllObjectsInStore:)
name: EOInvalidatedAllObjectsInStoreNotification
object: _objectStore];
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_globalIDChanged:)
name: EOGlobalIDChangedNotification
object: nil];
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_eoNowMultiThreaded:)
name: NSWillBecomeMultiThreadedNotification
object: nil];
/*
[self setStopsValidationAfterFirstError:NO];
[[NSNotificationCenter defaultCenter]
addObserver:self
selector:@selector(_objectsChangedInSubStore:)
name:EOObjectsChangedInStoreNotification
object:nil];
*/
}
return self;
}
- (id) init
{
EOObjectStore *defaultStore = [EOEditingContext defaultParentObjectStore];
return [self initWithParentObjectStore: defaultStore];
}
- (void)dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
DESTROY(_objectStore);
DESTROY(_undoManager);
NSFreeHashTable(_unprocessedChanges);
NSFreeHashTable(_unprocessedDeletes);
NSFreeHashTable(_unprocessedInserts);
NSFreeHashTable(_insertedObjects);
NSFreeHashTable(_deletedObjects);
NSFreeHashTable(_changedObjects);
NSFreeMapTable(_globalIDsByObject);
NSFreeMapTable(_objectsByGID);
DESTROY(_snapshotsByGID);
DESTROY(_eventSnapshotsByGID);
DESTROY(_editors);
DESTROY(_lock);
[super dealloc];
}
/*
* This method processes CHANGES which should be an array of
* dictionaries with EOConstKey and either EOConstValue or
* both EOConstAdd and EOConstDel entries and merges the changes
* into OBJ.
*/
- (void) _mergeObject: (id)obj withChanges: (NSArray *)changes
{
unsigned int i,n;
NSString *key;
NSArray *add, *del;
NSDictionary *change;
id val;
for(i = 0, n = [changes count]; i < n; i++)
{
change = [changes objectAtIndex: i];
key = [change objectForKey: EOConstKey];
val = [change objectForKey: EOConstValue];
if (val == nil)
{
add = [change objectForKey: EOConstAdd];
del = [change objectForKey: EOConstDel];
NSAssert(add!=nil && del!=nil,@"Invalid changes dictionary.");
}
_mergeValueForKey(obj, val, add, del, key);
}
}
/*
* This method creates an dictionary of changed objects by the
* change action, based on a similar dictionary with globalIDs.
* For each key of EODeletedKey, EOInsertedKey, EOInvalidatedKey
* and EOUpdatedKey an array of corresponding GIDs from the
* CHANGES array will be mapped to the cooresponding objects
* managed by the receiver for ther returned dictionary.
*/
- (NSDictionary *)_objectBasedChangeInfoForGIDInfo: (NSDictionary *)changes
{
NSString *keys[] = { EODeletedKey,
EOInsertedKey,
EOInvalidatedKey,
EOUpdatedKey };
NSArray *valueArray[4];
NSDictionary *dict;
int i;
EOFLOGObjectFnStart();
for (i=0; i<4; i++)
{
NSArray *gids = [changes objectForKey: keys[i]];
unsigned cnt = [gids count];
id values[cnt>GS_MAX_OBJECTS_FROM_STACK?0:cnt];
id *valuesPStart;
id *valuesP;
unsigned j;
valuesPStart = valuesP = (cnt > GS_MAX_OBJECTS_FROM_STACK
? GSAutoreleasedBuffer(sizeof(id) * cnt)
: values);
for (j=0; j<cnt; j++)
{
EOGlobalID *gid = [gids objectAtIndex: j];
id obj = [self objectForGlobalID: gid];
NSAssert1(obj, @"called with GID %@ not managed by reciever.", gid);
*valuesP++ = obj;
}
valueArray[i] = [NSArray arrayWithObjects: valuesPStart
count: cnt];
}
dict = [NSDictionary dictionaryWithObjects: valueArray
forKeys: keys
count: 4];
EOFLOGObjectFnStop();
return dict;
}
- (id) parentPath
{
NSEmitTODO();
return [self notImplemented: _cmd]; //TODO
}
-(void)_observeUndoManagerNotifications
{
//OK
[[NSNotificationCenter defaultCenter]
addObserver: self
selector: @selector(_undoManagerCheckpoint:)
name: NSUndoManagerCheckpointNotification
object: _undoManager];
}
/*
* Process CHANGES, a dictionary of GlobalID arrays assigned
* to on of the following processing keys: EOInsertedKey, EODeletedKey,
* EOInvalidatedKey, EOUpdatedKey.
* First and pending changes are processed via processRecentChanges.
* The receiver will then forget all objects refered to in the
* EODeletedKey array, invalidate all objects refered to in the
* EOInvalidatedKey array and generate changes for the objects refered
* to in the EOUpdatedKey array.
* This method will reset the _unprocessedInserts, _unprocessedDeletes
* and _unprocessedChanges hash tables.
* If the delegate responds to editingContextDidMergeChanges:, it
* will be notified.
* Then an EOObjectsChangedInStoreNotification will be posted with the
* changes with the array of EOGlobalID's followed by an
* EOObjectsChangedInEditingContextNotification notification with the
* same chanes but an array of the changes objects.
*/
- (void) _processObjectStoreChanges: (NSDictionary *)changes
{
NSArray *updatedGIDs;
NSArray *deletedGIDs;
NSArray *invalidatedGIDs;
NSArray *updatedChanges;
NSDictionary *objectChangeInfo;
unsigned i,n;
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"changes=%@", changes);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
[self processRecentChanges];
deletedGIDs = [changes objectForKey: EODeletedKey];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"deletedGIDs=%@",
deletedGIDs);
for (i = 0,n = [deletedGIDs count]; i < n; i++)
{
id obj = [deletedGIDs objectAtIndex: i];
[self _forgetObjectWithGlobalID: obj];
}
invalidatedGIDs = [changes objectForKey: EOInvalidatedKey];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"invalidatedGIDs=%@",
invalidatedGIDs);
[self _invalidateObjectsWithGlobalIDs: invalidatedGIDs];
updatedGIDs = [changes objectForKey: EOUpdatedKey];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"updatedGIDs=%@",
updatedGIDs);
updatedChanges
= [self _changesFromInvalidatingObjectsWithGlobalIDs: updatedGIDs];
NSResetHashTable(_unprocessedInserts);
NSResetHashTable(_unprocessedDeletes);
NSResetHashTable(_unprocessedChanges);
if (updatedChanges != nil)
{
id obj;
NSArray *chgs;
NSDictionary *changeSet;
unsigned i, n;
[_undoManager removeAllActionsWithTarget: self];
n = [updatedChanges count];
for (i = 0; i < n; i++)
{
changeSet = [updatedChanges objectAtIndex: i];
obj = [changeSet objectForKey: EOConstObject];
chgs = [changeSet objectForKey: EOConstChanges];
[self _mergeObject: obj withChanges: chgs];
}
}
if ([updatedChanges count]
&& [_delegate respondsToSelector:
@selector(editingContextDidMergeChanges:)])
{
[_delegate editingContextDidMergeChanges: self];
}
[[NSNotificationCenter defaultCenter]
postNotificationName: EOObjectsChangedInStoreNotification
object: self
userInfo: changes];
objectChangeInfo = [self _objectBasedChangeInfoForGIDInfo: changes];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"objectChangeInfo=%@",
objectChangeInfo);
[[NSNotificationCenter defaultCenter]
postNotificationName: EOObjectsChangedInEditingContextNotification
object: self
userInfo: objectChangeInfo];
EOFLOGObjectFnStop();
}
- (NSArray *)_changesFromInvalidatingObjectsWithGlobalIDs: (NSArray *)globalIDs
{
NSMutableArray *chgs = nil;
unsigned int i, n;
if ((n = [globalIDs count]))
{
SEL sel = @selector(editingContext:shouldMergeChangesForObject:);
BOOL send;
send = [_delegate respondsToSelector: sel];
chgs = [NSMutableArray arrayWithCapacity: n];
for (i = 0; i < n; i++)
{
EOGlobalID *globalID = [globalIDs objectAtIndex: i];
id obj = NSMapGet(_objectsByGID, globalID);
if (obj != nil && [EOFault isFault: obj] == NO)
{
id hObj = NSHashGet(_changedObjects, obj);
if (hObj != 0)
{
if (send == NO
|| [_delegate editingContext: self
shouldMergeChangesForObject: obj])
{
NSDictionary *snapshot;
NSDictionary *chgDict;
NSArray *uncommitedChgs;
snapshot = [_snapshotsByGID objectForKey: globalID];
uncommitedChgs = [self _uncommittedChangesForObject: obj
fromSnapshot: snapshot];
if (uncommitedChgs != 0)
{
chgDict
= [NSDictionary dictionaryWithObjectsAndKeys:
obj, EOConstObject,
uncommitedChgs, EOConstChanges,
nil];
[chgs addObject: chgDict];
}
[self refaultObject: obj
withGlobalID: globalID
editingContext: self];
}
else
{
[self _invalidateObject: obj
withGlobalID: globalID];
}
}
}
}
}
return chgs;
}
- (NSArray *)_uncommittedChangesForObject: (id)obj
fromSnapshot: (NSDictionary *)snapshot
{
NSMutableArray *chgs = [NSMutableArray array];
NSArray *attribKeys = [obj attributeKeys];
NSArray *toOneKeys = [obj toOneRelationshipKeys];
NSArray *toManyKeys = [obj toManyRelationshipKeys];
NSString *key;
NSDictionary *change;
id objVal, ssVal;
unsigned i,n;
for(i = 0, n = [attribKeys count]; i < n; i++)
{
key = [attribKeys objectAtIndex: i];
objVal = [obj storedValueForKey: key];
ssVal = [snapshot objectForKey: key];
objVal = (objVal == nil) ? null : objVal;
if ([objVal isEqual: ssVal] == NO)
{
change = [NSDictionary dictionaryWithObjectsAndKeys:
key, EOConstKey,
objVal, EOConstValue, nil];
[chgs addObject: change];
}
}
for(i = 0, n = [toOneKeys count]; i < n; i++)
{
key = [toOneKeys objectAtIndex: i];
objVal = [obj storedValueForKey: key];
ssVal = [snapshot objectForKey: key];
if (objVal != nil)
{
EOGlobalID *gid = [self globalIDForObject: objVal];
objVal = (gid == nil) ? null : objVal;
if (objVal != ssVal)
{
change = [NSDictionary dictionaryWithObjectsAndKeys:
key, EOConstKey,
objVal, EOConstValue, nil];
[chgs addObject: change];
}
}
}
for(i = 0, n = [toManyKeys count]; i < n; i++)
{
key = [toOneKeys objectAtIndex: i];
objVal = [obj storedValueForKey: key];
ssVal = [snapshot objectForKey: key];
if ([EOFault isFault: objVal] == NO
&& [EOFault isFault: ssVal] == NO)
{
NSMutableSet *objSet = [self _mutableSetFromToManyArray: objVal];
NSMutableSet *ssSet = [self _mutableSetFromToManyArray: ssVal];
NSSet *_ssSet = [NSSet setWithSet: ssSet];
[ssSet minusSet: objSet]; /* now contains deleted objects */
[objSet minusSet: _ssSet]; /* now contains added objects */
if ([objSet count] != 0 || [ssSet count] != 0)
{
NSArray *addArr = [objSet allObjects];
NSArray *delArr = [ssSet allObjects];
change = [NSDictionary dictionaryWithObjectsAndKeys:
key, EOConstKey,
addArr, EOConstAdd,
delArr, EOConstDel,
nil];
[chgs addObject: change];
}
}
}
return ([chgs count] == 0) ? nil : chgs;
}
- (NSMutableSet *)_mutableSetFromToManyArray: (NSArray *)array
{
EOGlobalID *gid;
NSMutableSet *set;
id obj;
unsigned i,n;
n = [array count];
set = [NSMutableSet setWithCapacity: n];
NSAssert(_objectsByGID, @"_objectsByGID does not exist!");
for (i=0; i<n; i++)
{
gid = [array objectAtIndex: i];
obj = NSMapGet(_objectsByGID, gid);
[set addObject: obj];
}
return set;
}
- (void)_objectsChangedInStore: (NSNotification *)notification
{
if (_flags.ignoreChangeNotification == NO
&& [notification object] == _objectStore)
{
[self _sendOrEnqueueNotification: notification
selector: @selector(_processObjectStoreChanges:)];
}
}
/*
* This method is called when the an EOGlobalIDChangedNotification
* is posted. It updates the globalID mappings maintained by
* the receiver accordingly.
*/
- (void)_globalIDChanged: (NSNotification *)notification
{
NSDictionary *snapshot = nil;
NSDictionary *userInfo;
NSEnumerator *enumerator;
EOGlobalID *tempGID;
EOGlobalID *gid = nil;
id object = nil;
EOFLOGObjectFnStart();
userInfo = [notification userInfo];
enumerator = [userInfo keyEnumerator];
NSAssert(_objectsByGID, @"_objectsByGID does not exist!");
NSAssert(_globalIDsByObject, @"_globalIDsByObject does not exist!");
while ((tempGID = [enumerator nextObject]))
{
EOFLOGObjectLevelArgs(@"EOEditingContext", @"tempGID=%@", tempGID);
gid = [userInfo objectForKey: tempGID];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"gid=%@", gid);
object = NSMapGet(_objectsByGID, tempGID);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%@", object);
if (object)
{
/* This insert replaces the object->tmpGID mapping. */
NSMapInsert(_globalIDsByObject, object, gid);
NSMapRemove(_objectsByGID, tempGID);
NSMapInsert(_objectsByGID, gid, object);
}
else
{
// object is from other editingcontext
EOFLOGObjectLevelArgs(@"EOEditingContextValues",
@"nothing done: object with gid '%@' "
@"is from other editing context",
tempGID);
}
snapshot = [_snapshotsByGID objectForKey: tempGID];
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"_snapshotsByGID snapshot=%@", snapshot);
if (snapshot)
{
[_snapshotsByGID removeObjectForKey: tempGID];
[_snapshotsByGID setObject: snapshot
forKey: gid];
}
else if (object)
{
/* What should happen? The object is maintained by
this editing context but it doesn't have a snapshot!
Should we creat it? */
/*
// set snapshot with last committed values
EOFLOGObjectLevelArgs(@"EOEditingContextValues",
@"adding new object = %@",
[self objectForGlobalID:gid]);
EOFLOGObjectLevelArgs(@"EOEditingContextValues",
@"object class = %@",
NSStringFromClass([object class]));
EOFLOGObjectLevelArgs(@"EOEditingContextValues",
@"with snapshot = %@",
[[self objectForGlobalID:gid] snapshot]);
[_snapshotsByGID setObject:[[self objectForGlobalID:gid] snapshot]
forKey:gid];
*/
}
else
{
// object is from other editingcontext
EOFLOGObjectLevelArgs(@"EOEditingContextValues",
@"nothing done: object with gid '%@' "
@"is from other editing context",
tempGID);
}
snapshot = [_eventSnapshotsByGID objectForKey: tempGID];
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"_eventSnapshotsByGID snapshot=%@", snapshot);
if (snapshot)
{
[_eventSnapshotsByGID removeObjectForKey: tempGID];
[_eventSnapshotsByGID setObject: snapshot
forKey: gid];
}
}
EOFLOGObjectFnStop();
}
- (void)_processNotificationQueue
{
EOThreadSafeQueue *queue = _notificationQueue;
NSDictionary *dict, *userInfo;
NSString *name;
SEL selector;
if ([self tryLock])
{
while ((dict = [queue removeItem]))
{
name = [dict objectForKey: @"selector"];
selector = NSSelectorFromString(name);
userInfo = [dict objectForKey: @"userInfo"];
[self performSelector: selector
withObject: userInfo];
}
[self unlock];
}
else
{
/* Setup new call to _processNotificationQueue */
}
}
- (void)_sendOrEnqueueNotification: (NSNotification *)notification
selector: (SEL)selector
{
if ([self tryLock])
{
[self _processNotificationQueue];
[self performSelector: selector
withObject: [notification userInfo]];
[self unlock];
}
else
{
static NSDictionary *emptyDict = nil;
NSDictionary *userInfo = nil;
NSDictionary *queDict;
if (emptyDict == nil)
{
emptyDict = [NSDictionary new];
}
userInfo = [notification userInfo];
if (userInfo == nil)
{
userInfo = emptyDict;
}
queDict = [NSDictionary dictionaryWithObjectsAndKeys:
NSStringFromSelector(selector), @"selector",
userInfo, @"userInfo",
nil ];
[(EOThreadSafeQueue *)_notificationQueue addItem: queDict];
}
}
//"Invalidate All Objects"
- (void) invalidateAllObjects
{
NSArray *gids;
[self _resetAllChanges];
/* The reference implementation seems to first obtain the objects
via -registeredObjects and then calls globalIDForObject: on each
but this seems wasteful and we have the array at easy access. */
gids = NSAllMapTableKeys(_objectsByGID);
[_objectStore invalidateObjectsWithGlobalIDs: gids];
[[NSNotificationCenter defaultCenter] postNotificationName: EOInvalidatedAllObjectsInStoreNotification
object: self
userInfo: nil];
}
//"Receive ???? notification"
- (void) _invalidatedAllObjectsInStore: (NSNotification*)notification
{
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
}
- (void) _forgetObjectWithGlobalID:(EOGlobalID*)gid
{
id object = [self objectForGlobalID: gid];
if (object != nil)
{
[self forgetObject: object];
NSHashRemove(_insertedObjects, object);
NSHashRemove(_deletedObjects, object);
NSHashRemove(_changedObjects, object);
if ([EOFault isFault: object] == NO)
{
[object clearProperties];
}
}
}
- (void) _invalidateObject: (id)object
withGlobalID: (EOGlobalID*)gid
{
SEL sel = @selector(editingContext:shouldInvalidateObject:globalID:);
BOOL invalidate = YES;
if ([_delegate respondsToSelector: sel])
{
invalidate = [_delegate editingContext: self
shouldInvalidateObject: object
globalID: gid];
}
if (invalidate == YES)
{
[self refaultObject: object
withGlobalID: gid
editingContext: self];
}
}
- (void) _invalidateObjectWithGlobalID: (EOGlobalID*)gid
{
id object = [self objectForGlobalID: gid];
if ((object != nil ) && ([EOFault isFault: object] == NO))
{
[self _invalidateObject: object withGlobalID: gid];
}
}
- (void) _invalidateObjectsWithGlobalIDs: (NSArray*)gids
{
unsigned i, count;
SEL oaiSEL = @selector(objectAtIndex:);
SEL iowgidSEL = @selector(_invalidateObjectWithGlobalID:);
IMP oaiIMP = [gids methodForSelector: oaiSEL];
IMP iowgidIMP = [self methodForSelector: iowgidSEL];
EOFLOGObjectFnStart();
for (i=0, count=[gids count]; i<count; i++)
{
EOGlobalID *gid = (*oaiIMP)(gids, oaiSEL, i);
(*iowgidIMP)(self, iowgidSEL, gid);
}
EOFLOGObjectFnStop();
}
- (void) invalidateObjectsWithGlobalIDs: (NSArray*)gids
{
NSMutableArray *insertedObjects = [NSMutableArray array];
NSMutableArray *deletedObjects = [NSMutableArray array];
NSMutableDictionary *dict = [NSMutableDictionary dictionary];
int i;
EOFLOGObjectFnStart();
[self processRecentChanges];
for (i=0; i<[gids count]; i++)
{
EOGlobalID *gid = [gids objectAtIndex: i];
id obj = [self objectForGlobalID: gid];
if (obj != nil)
{
if (NSHashGet(_insertedObjects, obj))
{
[insertedObjects addObject: obj];
}
if (NSHashGet(_deletedObjects, obj))
{
[deletedObjects addObject: obj];
}
}
}
if ([insertedObjects count] != 0)
{
[dict setObject: insertedObjects forKey: EODeletedKey];
}
if ([deletedObjects count] != 0)
{
[dict setObject: deletedObjects forKey: EOInsertedKey];
}
if ([dict count] != 0)
{
[self _processObjectStoreChanges: dict];
}
/* Once we have a shared editing context we have to unlockForReading
under certain circumstances... */
[_objectStore invalidateObjectsWithGlobalIDs: gids];
/* ... and lockForReading again when apropriate. */
EOFLOGObjectFnStop();
}
- (void) _resetAllChanges: (NSDictionary *)dictionary
{
[self _resetAllChanges];
}
- (void) _resetAllChanges
{
//TODO: Ayers Verify
EOFLOGObjectFnStart();
[self processRecentChanges];
NSResetHashTable(_insertedObjects);
NSResetHashTable(_deletedObjects);
NSResetHashTable(_changedObjects);
[_undoManager removeAllActions];
[self incrementUndoTransactionID];
EOFLOGObjectFnStop();
}
- (void)_enqueueEndOfEventNotification
{
EOFLOGObjectFnStart();
if (_flags.registeredForCallback == NO && _flags.processingChanges == NO)
{
EOFLOGObjectLevelArgs(@"EOEditingContext", @"_undoManager: %@",
_undoManager);
if ([_undoManager groupsByEvent])
{
/*
* Make sure there is something registered to force processing.
* The seems to correspond to the reference implementation but
* also seems very hacky.
*/
[_undoManager registerUndoWithTarget: self
selector: @selector(noop:)
object: nil];
}
else
{
NSArray *modes;
modes = [[EODelayedObserverQueue defaultObserverQueue] runLoopModes];
[[NSRunLoop currentRunLoop]
performSelector: @selector(_processEndOfEventNotification:)
target: self
argument: nil
order: EOEditingContextFlushChangesRunLoopOrdering
modes: modes];
}
_flags.registeredForCallback = YES;
}
EOFLOGObjectFnStop();
}
- (NSArray *)objectsWithFetchSpecification: (EOFetchSpecification *)fetch
{
NSArray *objects;
EOFLOGObjectFnStart();
objects = [self objectsWithFetchSpecification: fetch
editingContext: self];
EOFLOGObjectFnStop();
return objects;
}
- (void)insertObject: (id)object
{
EOGlobalID *gid;
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%@", object);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
gid = [self globalIDForObject: object];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"gid=%@", gid);
//GSWDisplayGroup -insertAtIndex+EODataSource createObject call insert ! So object is inserted twice
if (_insertedObjects && NSHashGet(_insertedObjects, object))
{
// NSLog(@"Already inserted object [_insertedObjects] %p=%@",object,object);
// EOFLOGObjectLevelArgs(@"EOEditingContext",@"Already inserted object [_insertedObjects] %p=%@",object,object);
}
else if (_unprocessedInserts && NSHashGet(_unprocessedInserts, object))
{
// NSLog(@"Already inserted object [_unprocessedInserts] %p=%@",object,object);
// EOFLOGObjectLevelArgs(@"EOEditingContext",@"Already inserted object [_unprocessedInserts] %p=%@",object,object);
}
else
{
if (!gid)
{
gid = AUTORELEASE([EOTemporaryGlobalID new]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"gid=%@", gid);
}
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"InsertObjectWithGlobalID object: %p=%@",
object, object);
[self insertObject: object
withGlobalID: gid];
}
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
EOFLOGObjectFnStop();
}
- (void)insertObject: (id)object
withGlobalID: (EOGlobalID *)gid
{
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%@", object);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"gid=%@", gid);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
//GSWDisplayGroup -insertAtIndex+EODataSource createObject call insert ! So object is inserted twice
if (_insertedObjects && NSHashGet(_insertedObjects, object))
{
// NSLog(@"Already inserted object [_insertedObjects] %p=%@",object,object);
// EOFLOGObjectLevelArgs(@"EOEditingContext", @"Already inserted object [_insertedObjects] %p=%@", object, object);
}
else if (_unprocessedInserts && NSHashGet(_unprocessedInserts, object))
{
// NSLog(@"Already inserted object [_unprocessedInserts] %p=%@",object,object);
// EOFLOGObjectLevelArgs(@"EOEditingContext", @"Already inserted object [_unprocessedInserts] %p=%@", object, object);
}
[self _insertObject: object
withGlobalID: gid];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Awake object: %p=%@",
object, object);
[object awakeFromInsertionInEditingContext: self];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
EOFLOGObjectFnStop();
}
- (void)_insertObject: (id)object
withGlobalID: (EOGlobalID *)gid
{
EOGlobalID *gidBis = nil;
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Object %p=%@", object, object);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
NSAssert(object, @"No Object");
//GSWDisplayGroup -insertAtIndex+EODataSource createObject call insert ! So object is inserted twice
if (_insertedObjects && NSHashGet(_insertedObjects, object))
{
// NSLog(@"Already inserted object [_insertedObjects] %p=%@",object,object);
// EOFLOGObjectLevelArgs(@"EOEditingContext", @"Already inserted object [_insertedObjects] %p=%@", object, object);
}
else if (_unprocessedInserts && NSHashGet(_unprocessedInserts, object))
{
// NSLog(@"Already inserted object [_unprocessedInserts] %p=%@",object,object);
// EOFLOGObjectLevelArgs(@"EOEditingContext", @"Already inserted object [_unprocessedInserts] %p=%@", object, object);
}
if ([gid isTemporary])
{
[self _registerClearStateWithUndoManager];
[_undoManager registerUndoWithTarget: self
selector: @selector(deleteObject:)
object: object];
gidBis = [self globalIDForObject: object];
/* Record object for GID mappings. */
if (!gidBis)
{
NSAssert(gid, @"No gid");
[self recordObject: object
globalID: gid];
}
/* Do the actual insert into the editing context,
independent of whether this object has ever been
previously tracked by the GID mappings. */
NSHashInsert(_unprocessedInserts, object);
[self _enqueueEndOfEventNotification];
}
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
EOFLOGObjectFnStop();
}
- (void)_processEndOfEventNotification: (NSNotification*)notification
{
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
if ([self tryLock])
{
[self processRecentChanges];
[self _processNotificationQueue];
[self unlock];
}
/* else ignore. */
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
EOFLOGObjectFnStop();
}
- (void)noop: (id)object
{
EOFLOGObjectFnStart();
/*
* This is just a dummy method which is only registered
* to achieve the side effect of registering a method
* with the undo manager. The side effect is that the
* undo manager will register another method which will later
* post the NSUndoManagerCheckpointNotification.
*/
EOFLOGObjectFnStop();
}
//"Receive NSUndoManagerCheckpointNotification Notification
- (void) _undoManagerCheckpoint: (NSNotification*)notification
{
[self _processEndOfEventNotification: notification];
}
- (BOOL) _processRecentChanges
{
BOOL result = YES;
NSMutableSet *cumulativeChanges = (id)[NSMutableSet set];
NSMutableSet *consolidatedInserts = (id)[NSMutableSet set];
NSMutableSet *deletedAndChanged = (id)[NSMutableSet set];
NSMutableSet *insertedAndDeleted = (id)[NSMutableSet set];
// NSMutableSet *deletedAndInserted = (id)[NSMutableSet set];
NSEnumerator *currEnum;
EOGlobalID *globalID;
id obj;
EOFLOGObjectFnStart();
/* _assertSafeMultiThreadedAccess when/if necessary. */
if (_flags.processingChanges == NO)
{
_flags.processingChanges = YES;
while (NSCountHashTable (_unprocessedInserts)
|| NSCountHashTable (_unprocessedChanges)
|| NSCountHashTable (_unprocessedDeletes))
{
NSException *exception = nil;
NSArray *unprocessedInsertsArray = nil;
NSArray *unprocessedInsertsGlobalIDs = nil;
NSArray *unprocessedDeletesArray = nil;
NSArray *unprocessedDeletesGlobalIDs = nil;
NSArray *unprocessedChangesArray = nil;
NSArray *unprocessedChangesGlobalIDs = nil;
NSMutableDictionary *objectsUserInfo = nil;
NSMutableDictionary *globalIDsUserInfo = nil;
NSHashEnumerator hashEnum;
objectsUserInfo = (id)[NSMutableDictionary dictionary];
globalIDsUserInfo = (id)[NSMutableDictionary dictionary];
NSDebugMLLog(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
NSDebugMLLog(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
[self _registerClearStateWithUndoManager];
/* Propagate deletes. */
if (_flags.propagatesDeletesAtEndOfEvent == NO
&& [_undoManager isUndoing] == NO
&& [_undoManager isRedoing] == NO)
{
NS_DURING
{
/* Delete propagation. */
[_undoManager beginUndoGrouping];
[self _processDeletedObjects];
[_undoManager endUndoGrouping];
}
NS_HANDLER
{
NSDictionary *snapshot;
/* If delete propagation fails, then this could
be due to a violation of EODeleteDeny rule.
So we reset all changes of this event loop. */
[_undoManager endUndoGrouping];
hashEnum = NSEnumerateHashTable(_unprocessedChanges);
/* These changes happen in the parent undo grouping. */
while ((obj = NSNextHashEnumeratorItem(&hashEnum)))
{
snapshot = [self committedSnapshotForObject: obj];
[obj updateFromSnapshot: snapshot];
}
/* Undo parent grouping and start a new one. */
[_undoManager endUndoGrouping];
[_undoManager undo];
[_undoManager beginUndoGrouping];
NSResetHashTable(_unprocessedInserts);
NSResetHashTable(_unprocessedDeletes);
NSResetHashTable(_unprocessedChanges);
/* Now handle the Exception. */
NS_DURING
{
[self handleError: exception];
}
NS_HANDLER
{
_flags.processingChanges = NO;
_flags.registeredForCallback = NO;
[localException raise];
}
NS_ENDHANDLER;
return NO;
}
NS_ENDHANDLER;
}
NSDebugMLLog(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
NSDebugMLLog(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
EOFLOGObjectLevel(@"EOEditingContext",
@"process _unprocessedInserts");
unprocessedInsertsArray = NSAllHashTableObjects(_unprocessedInserts);
NSDebugMLLog(@"EOEditingContext", @"(1)unprocessedInsertsArray=%@",
unprocessedInsertsArray);
/* Consoldate insert/deletes triggered by undo operations.
Unprocessed inserts of deleted objects are undos, not
real inserts. */
[consolidatedInserts addObjectsFromArray: unprocessedInsertsArray];
hashEnum = NSEnumerateHashTable(_unprocessedInserts);
while ((obj = NSNextHashEnumeratorItem(&hashEnum)))
{
if (NSHashGet(_deletedObjects, obj))
{
NSHashRemove(_deletedObjects, obj);
[consolidatedInserts removeObject: obj];
}
else
{
NSHashInsert(_insertedObjects, obj);
}
}
unprocessedInsertsArray = NSAllHashTableObjects(_unprocessedInserts);
NSDebugMLLog(@"EOEditingContext", @"(2)unprocessedInsertsArray=%@",
unprocessedInsertsArray);
[objectsUserInfo setObject: unprocessedInsertsArray
forKey: EOInsertedKey];
unprocessedInsertsGlobalIDs
= [self resultsOfPerformingSelector: @selector(globalIDForObject:)
withEachObjectInArray: unprocessedInsertsArray];
[globalIDsUserInfo setObject: unprocessedInsertsGlobalIDs
forKey: EOInsertedKey];
NSResetHashTable(_unprocessedInserts);
EOFLOGObjectLevel(@"EOEditingContext",
@"process _unprocessedDeletes");
hashEnum = NSEnumerateHashTable(_unprocessedDeletes);
while ((obj = NSNextHashEnumeratorItem(&hashEnum)))
{
if (NSHashGet(_insertedObjects, obj))
{
BOOL add = NO;
NSHashRemove(_insertedObjects, obj);
if ([consolidatedInserts containsObject: obj])
{
EOGlobalID *gid;
[consolidatedInserts removeObject: obj];
gid = [self globalIDForObject: obj];
if ([gid isTemporary])
{
add = YES;
}
}
else
add = YES;
/* The insert was an undo of this delete. */
if (add == NO) continue;
[insertedAndDeleted addObject: obj];
}
else
{
if (NSHashGet(_unprocessedChanges, obj))
{
NSHashRemove(_unprocessedChanges, obj);
}
[deletedAndChanged addObject: obj];
NSHashInsert(_deletedObjects, obj);
}
}
unprocessedDeletesArray = NSAllHashTableObjects(_unprocessedDeletes);
NSDebugMLLog(@"EOEditingContext",
@"unprocessedDeletesArray=%@", unprocessedDeletesArray);
[objectsUserInfo setObject: unprocessedDeletesArray
forKey: EODeletedKey];
unprocessedDeletesGlobalIDs
= [self resultsOfPerformingSelector: @selector(globalIDForObject:)
withEachObjectInArray: unprocessedDeletesArray];
[globalIDsUserInfo setObject: unprocessedDeletesGlobalIDs
forKey: EODeletedKey];
NSResetHashTable(_unprocessedDeletes);
//Changes
EOFLOGObjectLevel(@"EOEditingContext",
@"process _unprocessedChanges");
unprocessedChangesArray = NSAllHashTableObjects(_unprocessedChanges);
NSDebugMLLog(@"EOEditingContext",
@"unprocessedChangesArray=%@", unprocessedChangesArray);
[objectsUserInfo setObject:unprocessedChangesArray
forKey: EOUpdatedKey];
unprocessedChangesGlobalIDs
= [self resultsOfPerformingSelector: @selector(globalIDForObject:)
withEachObjectInArray: unprocessedChangesArray];
[globalIDsUserInfo setObject: unprocessedChangesGlobalIDs
forKey: EOUpdatedKey];
hashEnum = NSEnumerateHashTable(_unprocessedChanges);
while ((obj = NSNextHashEnumeratorItem(&hashEnum)))
{
NSHashInsert(_changedObjects, obj);
}
NSResetHashTable(_unprocessedChanges);
[cumulativeChanges addObjectsFromArray: unprocessedChangesArray];
[EOObserverCenter notifyObserversObjectWillChange: nil];
[[NSNotificationCenter defaultCenter]
postNotificationName: EOObjectsChangedInStoreNotification
object: self
userInfo: globalIDsUserInfo];
[[NSNotificationCenter defaultCenter]
postNotificationName: EOObjectsChangedInEditingContextNotification
object: self
userInfo: objectsUserInfo];
}
currEnum = [cumulativeChanges objectEnumerator];
while ((obj = [currEnum nextObject]))
{
if ([consolidatedInserts containsObject: obj])
{
/* This is a 'new' object.
Clear any implicit snapshot records. */
globalID = [self globalIDForObject: obj];
[_snapshotsByGID removeObjectForKey: globalID];
[_eventSnapshotsByGID removeObjectForKey: globalID];
}
else
{
/* This is a 'modified' object.
Register for undo operation. */
[self registerUndoForModifiedObject: obj];
if ([deletedAndChanged containsObject: obj])
{
/* Make sure the object only gets registered once. */
[deletedAndChanged removeObject: obj];
}
}
}
/* Register deleted and changed objects for undo
that have not already been registered. */
currEnum = [deletedAndChanged objectEnumerator];
while ((obj = [currEnum nextObject]))
{
[self registerUndoForModifiedObject: obj];
}
_flags.processingChanges = NO;
_flags.registeredForCallback = NO;
}
EOFLOGObjectFnStop();
return result;
}
- (void) _processDeletedObjects
{
//OK finished ??
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
[self _processOwnedObjectsUsingChangeTable: _unprocessedChanges
deleteTable: _unprocessedDeletes];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
[self propagatesDeletesUsingTable: _unprocessedDeletes];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
[self validateDeletesUsingTable: _unprocessedDeletes];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
EOFLOGObjectFnStop();
}
/*
//verify
BOOL propagatesDeletes = YES, validateChanges = YES;
if(_flags.processingChanges == YES
&& _delegateRespondsTo.shouldValidateChanges)
validateChanges = [_delegate editingContextShouldValidateChanges:self];
if(_flags.processingChanges == NO && [self propagatesDeletesAtEndOfEvent] == NO)
propagatesDeletes = NO;
if(propagatesDeletes == YES)
{
if([self propagatesDeletesAtEndOfEvent] == YES)
objEnum = [NSAllHashTableObjects(_deletedObjects) objectEnumerator];
else
objEnum = [NSAllHashTableObjects(_unprocessedDeletes)
objectEnumerator];
while((object = [objEnum nextObject]))
[object propagatesDeleteWithEditingContext:self];
if([self propagatesDeletesAtEndOfEvent] == YES)
{
objEnum = [NSAllHashTableObjects(_unprocessedDeletes)
objectEnumerator];
while((object = [objEnum nextObject]))
NSHashInsert(_deletedObjects, object);
deletedObjects = NSAllHashTableObjects(_deletedObjects);
}
else
deletedObjects = NSAllHashTableObjects(_unprocessedDeletes);
}
else
deletedObjects = NSAllHashTableObjects(_unprocessedDeletes);
objEnum = [deletedObjects objectEnumerator];
while((object = [objEnum nextObject]))
{
if(validateChanges)
{
exp = [object validateForDelete];
if(exp) // TODO
{
if(_flags.stopsValidation == NO)
{
if(_delegate == nil ||
_delegateRespondsTo.shouldPresentException == NO ||
(_delegateRespondsTo.shouldPresentException &&
[_delegate editingContext:self
shouldPresentException:exp] == YES))
[_messageHandler editingContext:self
presentErrorMessage:[exp reason]];
}
else
[exp raise];
}
}
if(propagatesDeletes == NO || [self propagatesDeletesAtEndOfEvent] == NO)
NSHashInsert(_deletedObjects, object);
if(_undoManager)
[_undoManager registerUndoWithTarget:self
selector:@selector(_revertDelete:)
object:object];
}
}
*/
- (void)validateChangesForSave
{
NSMutableArray *exceptions = nil;
BOOL validateForDelete = NO;
EOFLOGObjectFnStart();
2003-06-26 Manuel Guesdon <mguesdon@orange-concept.com> * config.h.in: o added EMIT_TODO control * EOAccess/EOAccessFault.m: o commented debug logs * EOAccess/EODatabaseContext.m: o more information in asserts o asserts o fix in -relayPrimaryKey:object:entity: for nil 1:1 relationship value o add -forgetSnapshotForGlobalID call in -refaultObject:withGlobalID:editingContext: o add -forgetSnapshotForGlobalID database call in -forgetSnapshotForGlobalID: * EOAccess/EOEntity.m: o logs o fix in -awakeObject:fromInsertionInEditingContext: to avoid setting already present values o reverted code in -awakeObject:fromInsertionInEditingContext: My (old) tests show that we create 1: object not on mandatory property but on propagatesPrimaryKey one if someone has an example of EOF creating an object here without propagatesPrimaryKey, please send it to me. * EOAccess/EOModelGroup.m: o don't autorelease return model group in -globalModelGroup as it will crash. I haven't find why :-( o logs * EOAccess/EOSQLExpression.m: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause o add detail in sqlStringForSelector:value: exception * EOAdaptors/Postgres95/PostPostgres95Channel.m: o add more information on exceptions * EOAdaptors/Postgres95/Postgres95SQLExpression.m: o fix escaping string in -formatValue:forAttribute: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause * EOAdaptors/Postgres95/Postgres95Value.m: o Change log in +newValueForDateType:length:attribute: * EOControl/EOCheapArray.m o removed some logs * EOAccess/EOClassDescription.m: o fix in -validateForUpdate o logs * EOControl/Debug.h: o donditional define of NSEmitTODO() * EOControl/EODetailDataSource.h/.m: o added -setDetailKey: * EOControl/EOEditingContext.m o logs * EOControl/EOFetchSpecification.m o logs * EOControl/EOKeyValueCoding.m: o fix in computeSum, computeAverage * EOControl/EOQualifier.m o logs * EOControl/EOSortOrdering.m o use valueForKeyPath: instead of valueForKey: to allow sort on related objects * EOControl/EOUndoManager.h o protection of include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17037 72102866-910b-0410-8b05-ffd578937521
2003-06-26 08:20:30 +00:00
EOFLOGObjectLevelArgs(@"EOEditingContext", @"unprocessed: %@",
[self unprocessedDescription]);
validateForDelete = [self validateTable: _deletedObjects
withSelector: @selector(validateForDelete)
exceptionArray: &exceptions
continueAfterFailure: NO];
if (!validateForDelete)
{
switch ([exceptions count])
{
case 1:
[[exceptions objectAtIndex: 0] raise];
break;
case 0:
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
break;
default:
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
break;
}
}
else
{
BOOL validateForInsert = [self validateTable: _insertedObjects
withSelector: @selector(validateForInsert)
exceptionArray: &exceptions
continueAfterFailure: NO];
if (!validateForInsert)
{
switch ([exceptions count])
{
case 1:
[[exceptions objectAtIndex: 0] raise];
break;
case 0:
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
break;
default:
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
break;
}
}
else
{
BOOL validateForUpdate
= [self validateTable: _changedObjects
withSelector: @selector(validateForUpdate)
exceptionArray: &exceptions
continueAfterFailure: NO];
if (!validateForUpdate)
{
switch ([exceptions count])
{
case 1:
[[exceptions objectAtIndex: 0] raise];
break;
case 0:
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
break;
default:
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
break;
}
}
}
}
EOFLOGObjectFnStop();
}
- (void) validateDeletesUsingTable: (NSHashTable*)deleteTable
{
NSMutableArray *exceptionArray = nil;
if (![self validateTable: deleteTable
withSelector: @selector(validateForDelete)
exceptionArray: &exceptionArray
continueAfterFailure: NO])
{
NSException *exception = [NSException aggregateExceptionWithExceptions:
exceptionArray];
[exception raise];
}
}
- (BOOL) validateTable: (NSHashTable*)table
withSelector: (SEL)sel
exceptionArray: (NSMutableArray**)exceptionArrayPtr
continueAfterFailure: (BOOL)continueAfterFailure
{
BOOL ok = YES;
NSHashEnumerator enumerator;
id object = nil;
EOFLOGObjectFnStart();
2003-06-26 Manuel Guesdon <mguesdon@orange-concept.com> * config.h.in: o added EMIT_TODO control * EOAccess/EOAccessFault.m: o commented debug logs * EOAccess/EODatabaseContext.m: o more information in asserts o asserts o fix in -relayPrimaryKey:object:entity: for nil 1:1 relationship value o add -forgetSnapshotForGlobalID call in -refaultObject:withGlobalID:editingContext: o add -forgetSnapshotForGlobalID database call in -forgetSnapshotForGlobalID: * EOAccess/EOEntity.m: o logs o fix in -awakeObject:fromInsertionInEditingContext: to avoid setting already present values o reverted code in -awakeObject:fromInsertionInEditingContext: My (old) tests show that we create 1: object not on mandatory property but on propagatesPrimaryKey one if someone has an example of EOF creating an object here without propagatesPrimaryKey, please send it to me. * EOAccess/EOModelGroup.m: o don't autorelease return model group in -globalModelGroup as it will crash. I haven't find why :-( o logs * EOAccess/EOSQLExpression.m: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause o add detail in sqlStringForSelector:value: exception * EOAdaptors/Postgres95/PostPostgres95Channel.m: o add more information on exceptions * EOAdaptors/Postgres95/Postgres95SQLExpression.m: o fix escaping string in -formatValue:forAttribute: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause * EOAdaptors/Postgres95/Postgres95Value.m: o Change log in +newValueForDateType:length:attribute: * EOControl/EOCheapArray.m o removed some logs * EOAccess/EOClassDescription.m: o fix in -validateForUpdate o logs * EOControl/Debug.h: o donditional define of NSEmitTODO() * EOControl/EODetailDataSource.h/.m: o added -setDetailKey: * EOControl/EOEditingContext.m o logs * EOControl/EOFetchSpecification.m o logs * EOControl/EOKeyValueCoding.m: o fix in computeSum, computeAverage * EOControl/EOQualifier.m o logs * EOControl/EOSortOrdering.m o use valueForKeyPath: instead of valueForKey: to allow sort on related objects * EOControl/EOUndoManager.h o protection of include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17037 72102866-910b-0410-8b05-ffd578937521
2003-06-26 08:20:30 +00:00
EOFLOGObjectLevelArgs(@"EOEditingContext", @"table: %@",
NSStringFromHashTable(table));
EOFLOGObjectLevelArgs(@"EOEditingContext", @"sel: %@",
NSStringFromSelector(sel));
enumerator = NSEnumerateHashTable(table);
while ((ok || continueAfterFailure)
&& (object=(id)NSNextHashEnumeratorItem(&enumerator)))
{
NSException *exception = [object performSelector: sel];
if (exception)
{
ok = NO;
if (continueAfterFailure)
{
if (_delegate == nil
|| _delegateRespondsTo.shouldPresentException == NO
|| (_delegateRespondsTo.shouldPresentException
&& [_delegate editingContext: self
shouldPresentException: exception] == YES))
[_messageHandler editingContext: self
presentErrorMessage: [exception reason]];
}
if (exceptionArrayPtr)
{
if (!*exceptionArrayPtr)
*exceptionArrayPtr = [NSMutableArray array];
[*exceptionArrayPtr addObject: exception];
}
}
}
// NSEndHashTableEnumeration(enumerator);
EOFLOGObjectFnStop();
return ok;
}
- (BOOL) handleErrors: (id)p
{
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
return NO;
}
- (BOOL) handleError: (NSException*)exception
{
[exception raise]; //raise the exception??
return NO;
}
- (void) propagatesDeletesUsingTable: (NSHashTable*)deleteTable
{
NSHashEnumerator enumerator;
id object = nil;
EOFLOGObjectFnStart();
enumerator = NSEnumerateHashTable(deleteTable);
while ((object = (id)NSNextHashEnumeratorItem(&enumerator)))
[object propagateDeleteWithEditingContext: self];
EOFLOGObjectFnStop();
}
- (void) _processOwnedObjectsUsingChangeTable: (NSHashTable*)changeTable
deleteTable: (NSHashTable*)deleteTable
{
NSHashTable *objectsToInsert = NSCreateHashTable(NSObjectHashCallBacks, 32);
NSHashEnumerator enumerator;
id object = nil;
EOFLOGObjectFnStart();
enumerator = NSEnumerateHashTable(changeTable);
while ((object = (id)NSNextHashEnumeratorItem(&enumerator)))
{
NSDictionary *objectSnapshot = nil;
NSArray *toOneRelationshipKeys;
NSArray *toManyRelationshipKeys = nil;
int i;
int count;
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object:%@", object);
toOneRelationshipKeys = [object toOneRelationshipKeys];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"toOneRelationshipKeys:%@",
toOneRelationshipKeys);
count = [toOneRelationshipKeys count];
for (i = 0; i < count; i++)
{
NSString *relKey = [toOneRelationshipKeys objectAtIndex: i];
BOOL ownsDestinationObjects
= [object ownsDestinationObjectsForRelationshipKey:relKey];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"relKey:%@", relKey);
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"ownsDestinationObjects: %s",
(ownsDestinationObjects ? "YES" : "NO"));
if (ownsDestinationObjects)
{
id existingObject = nil;
id value = nil;
if (!objectSnapshot)
objectSnapshot = [self currentEventSnapshotForObject: object];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"objectSnapshot:%@",
objectSnapshot);
existingObject = [objectSnapshot objectForKey: relKey];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"existingObject:%@",
existingObject);
value = [object storedValueForKey: relKey];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"value:%@", value);
if (value != existingObject)
{
if (isNilOrEONull(value))
{
if (!isNilOrEONull(existingObject))//value is new
{
//existing object is removed
//TODO ?? ad it in delete table ??
NSEmitTODO();
[self notImplemented:_cmd]; //TODO
}
}
else
{
if (!isNilOrEONull(existingObject))//value is new
{
//existing object is removed
//TODO ?? ad it in delete table ??
NSEmitTODO();
[self notImplemented:_cmd]; //TODO
}
if (!NSHashGet(changeTable,value))//id not already in change table
{
//We will insert it
NSHashInsertIfAbsent(objectsToInsert,value);
EOFLOGObjectLevelArgs(@"EOEditingContext",@"Will insert %@",value);
}
}
}
}
}
toManyRelationshipKeys = [object toManyRelationshipKeys];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object:%@", object);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"toManyRelationshipKeys: %@",
toManyRelationshipKeys);
count = [toManyRelationshipKeys count];
for (i = 0; i < count; i++)
{
NSString *relKey = [toManyRelationshipKeys objectAtIndex: i]; //1-1 payments
BOOL ownsDestinationObjects
= [object ownsDestinationObjectsForRelationshipKey: relKey];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"relKey: %@", relKey);
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"ownsDestinationObjects: %s",
(ownsDestinationObjects ? "YES" : "NO"));
if (ownsDestinationObjects) //1-1 YES
{
NSArray *existingObjects = nil;
NSArray *currentObjects = nil;
NSArray *newObjects = nil;
int newObjectsCount = 0;
int iNewObject = 0;
if (!objectSnapshot)
objectSnapshot = [self currentEventSnapshotForObject: object];
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"objectSnapshot:%p: %@",
objectSnapshot, objectSnapshot);
existingObjects = [objectSnapshot objectForKey: relKey];
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"key %@ existingObjects: %@",
relKey, existingObjects);
currentObjects = [object storedValueForKey: relKey];
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"key %@ currentObjects: %@",
relKey, currentObjects);
//TODO YY=[currentObjects shallowCopy];
newObjects = [currentObjects arrayExcludingObjectsInArray:
existingObjects];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"newObjects: %@",
newObjects);
newObjectsCount = [newObjects count];
for (iNewObject = 0; iNewObject < newObjectsCount; iNewObject++)
{
id newObject = [newObjects objectAtIndex: iNewObject];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"newObject: %@",
newObject);
if (!NSHashGet(changeTable, newObject)) //id not already in change table (or in insertTable ?)
{
//We will insert it
NSHashInsertIfAbsent(objectsToInsert, newObject);
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"Will insert %@", newObject);
}
}
//TODO XX=[existingObjects arrayExcludingObjectsInArray:(newObjects or currentObjects)];//nil
//=========>
NSEmitTODO();
//TODO [self notImplemented:_cmd]; //TODO
}
}
}
enumerator = NSEnumerateHashTable(objectsToInsert);
while ((object = (id)NSNextHashEnumeratorItem(&enumerator)))
{
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Insert %@", object);
[self insertObject: object];
}
NSFreeHashTable(objectsToInsert);
//TODO-NOW: use deleteTable !
//[self notImplemented:_cmd]; //TODO
EOFLOGObjectFnStop();
}
- (void) registerUndoForModifiedObject: (id)object
{
EOGlobalID *gid;
NSDictionary *snapshot;
NSDictionary *undoObject;
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%@", object);
gid = [self globalIDForObject: object];
EOFLOGObjectLevelArgs(@"EOEditingContext", @"gid=%@", gid);
snapshot = [self currentEventSnapshotForObject: object];
undoObject = [NSDictionary dictionaryWithObjectsAndKeys:
object, @"object",
snapshot, @"snapshot",
nil, nil];
[_undoManager registerUndoWithTarget: self
selector: @selector(_undoUpdate:)
object: undoObject];
[_eventSnapshotsByGID removeObjectForKey: gid];
EOFLOGObjectFnStop();
}
- (void) _undoUpdate: (id)param0
{
NSEmitTODO();
//TODO
// receive a dict with object and snapshot ? (cf registerUndoForModifiedObject:)
}
- (void)incrementUndoTransactionID
{
_undoTransactionID++;
_flags.registeredUndoTransactionID = NO;
}
-(void)setLevelsOfUndo:(int)levels
{
//TODO
};
- (void) _registerClearStateWithUndoManager
{
//pas appellee dans le cas d'un delete ?
id object;
EOFLOGObjectFnStart();
object = [NSNumber numberWithUnsignedInt: _undoTransactionID];
_flags.registeredUndoTransactionID = YES;
EOFLOGObjectLevelArgs(@"EOEditingContext", @"_undoManager=%p", _undoManager);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"_undoManager=%@", _undoManager);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"self=%@", self);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%@", object);
[_undoManager registerUndoWithTarget: self
selector: @selector(_clearChangedThisTransaction:)
object: object];
EOFLOGObjectFnStop();
}
- (void)_clearChangedThisTransaction:(NSNumber *)transID
{
EOFLOGObjectFnStart();
if (_undoTransactionID == [transID unsignedShortValue])
{
static NSDictionary *info = nil;
if (info == nil)
{
NSArray *arr = [NSArray array];
info = [[NSDictionary alloc] initWithObjectsAndKeys:
arr, EOInsertedKey,
arr, EODeletedKey,
arr, EOUpdatedKey,
nil];
}
[self processRecentChanges];
NSResetHashTable(_changedObjects);
[self incrementUndoTransactionID];
[[NSNotificationCenter defaultCenter]
postNotificationName: EOObjectsChangedInEditingContextNotification
object: self
userInfo: info];
}
EOFLOGObjectFnStop();
}
- (void)deleteObject: (id)object
{
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%@", object);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
if (!NSHashGet(_unprocessedDeletes, object)
&& !NSHashGet(_deletedObjects, object))
{
NSMethodSignature *undoMethodSignature = nil;
2003-03-30 David Ayers <d.ayers@inode.at> * *.h/m, *.h/m): Used #include instead of depricated #import. Avoid including entire library headers. Use export macro where applicable. * EOControl/GNUmakefile: Removed EOKeyValueCodingBase.m/h and EOUndoMananger.h. Added EOArrayDataSource.m/h, EODefines.h and EODepricated.h. * EOControl/EODefines.h: Updated for GDL2 & gnustep-make. * EOControl/EODebug.h: Updated. * EOControl/EODepricated.h: Updated for current state of GDL2. ([NSObject +flushClassKeyBindings]): Added declaration. ([EOClassDescription +setDelegate:]): Added declaration. ([EOClassDescription +delegate]): Added declaration. (EOUndoManager): Moved declaration of interface here. * EOControl/EOKeyValueCoding.m ([EOClassDescription +flushClassKeyBindings]): Added empty implementation. ([NSObject takeStoredValuesFromDictionary:]): Cache EONull instance and use it instead of isKindOfClass:. * EOControl/EOEditingContext.m ([EOEditingContext +initialize]): Tidied. ([EOEditingContest -deleteObject]): Use NSUndoManager instead of EOUndoManager. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Added minor optimization tweak. * EOControl/EOClassDescription.m: Removed inactive commented code. Added private declerations of EOAccess methods to avoid compiler warnings. ([EOClassDescription +initialize]): Tidied. ([EOClassDescription -classDescriptionForClass:]): Use GSObjCName() instead of objc runtime routines. * EOControl/EOFault.m: Exchanged direct usages of ObjC runtime routines with NS/GSObjCRuntime abstraction API. ([EOFault +superclass]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -respondsToSelector:]): Ditto. ([EOFault +initialize]): Cache static class variable. ([EOFault +isKindOfClass]): Use static class variable. ([EOFault +handlerForFault:]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -dealloc]): Ditto. * EOControl/EOGenericRecord.m: ([EOGenericRecord +initialize]): Tidied. * EOControl/EOKeyComparisonQualifier.m: Tidied documentation. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EONSAddOns.h/m: Added declarations to surpress compiler warnings. ([NSObject -eoCompareOnName:]): Adjusted casts to surpress compiler warnings. (GSUseStrictWO451Compatibility): Added function. (GDL2GlobalLock, GDL2GlobalRecursive): Ditto. * EOControl/EONull: Remove implementations for foundation libraries without key value coding and fully rely on NSNull. Added assertions in all intance methods as instances should never be created. ([EONull +allocWithZone:]) Corrected method name so it will actually be used. * EOControl/EOSortOrdering.m ([NSArray sortedArrayUsingKeyOrderArray:]): Tidied. ([NSMutableArray sortUsingKeyOrderArray:]): Ditto. ([EONull compareAscending:]): Sync with referencs implementation. ([EONull compareDescending:]): Ditto. ([EONull compareCaseInsensitiveAscending:]): Ditto. ([EONull compareCaseInsensitiveDescending:]): Ditto. * EOAccess/EOAdaptor.h: Added comment about API compatibility. * EOAccess/EOAdaptor.m ([EOAdaptor -contexts]): Return array of adaptor contexts rather tham GC-wrapper objects containing adaptor contexts. ([EOAdaptor -databaseEncoding]): Use GSEncodingName() instead of GetEncodingName(). * EOAccess/EODatabaseContext.m ([EODatabaseContext -_turnFault:gid:editingContext:isComplete:]): Use GSObjCClass() instead of trying to access isa by dereferencing from id with incorrect member. * EOAccess/EOModel.m ([EOModel -entityNames]): Sort returned array to insure comparable output. * EOAccess/EOSQLExpression.m ([EOSQLExpression sqlStringForArrayOfQualifiers:operation:]): Added cast to surpress compiler warning. * EOAccess/EOUtilities.m ([EOObjectStoreCoordinator setModelGroup:]): Ditto. * EOAccess/EORelationship.h ([EORelationship -docComment]): Added declaration. * EOAccess/GNUmakefile: Added EODefines.h and EODepricated.h. * Tools/*.m: Use RCS_ID macro. * Tools/EOAttribute+GSDoc.h: ([EOAttribute gsdocContentWithTagName:idPtr:]): Corrected Typo. * Tools/EOModel+GSDoc.h/m: ([EOModel gsdocContentSplittedByEntities:idPtr:]): Ditto. * Tools/EORelationship+GSDoc.m: ([EORelationship gsdocContentWithTagName:idPtr:]): Change variable type to supress compiler warnings. * Tools/eoutil.m (dump): Initialize variables to supress compiler warnings. * Tools/gsdoc-model.m: Include GSCategories.h to supress compiler warnings. (main): Added cast to supress compiler warning. Fixed typo in method invocation. 2003-03-25 Stephane Corthesy <stephane@sente.ch> * EOControl/EODefines.h: Added new file for export/win32 support. * EOControl/EODepricated.h: Added new file for depricated features. * EOControl/EOControl.h: Added EOArrayDataSource.h and EODefines.h. * EOControl/EOArrayDataSource.h/m: Added new files. Some methods (<NSCoding> and qualifier bindings) are empty stubs. * EOControl/EODebug.h: Use export macro instead of explicit extern for function and symbol declarations. * EOControl/EOGlobalID.h: Ditto. * EOControl/EONull.h: Ditto. * EOControl/EOObjectStore.h: Ditto. * EOControl/EOOrQualifier.m: Replaced autorelease by AUTORELEASE and fixed typo. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Implemented. * EOControl/EONSAddOns.m: Use volatile in some exception handlers (man longjmp for more info). * EOControl/EOSortOrdering.h/m ([EOSortOrdering -copyWithZone:]): Implemented <NSCopying>. ([EOSortOrdering -encodeWithKeyValueArchiver:]): Implemented. * EOAccess/EODefines.h: Added new file for export/win32 support. * EOAccess/EODepricated.h: Added new file for depricated features. * EOAccess/EOAccess.h: Added EODefines.h. * EOAccess/EOSQLExpression.h/m: Fixed typo for EOPrimaryKeyConstraintKey. * EOAccess/EOExpressionArray.h/m: Use volatile for variables usein in exception handlers. (man longjmp for more info) * EOAccess/EODatabase.h: Use export macro instead of explicit extern for function and symbol declarations. * EOAccess/EOEntity.h: Ditto. * EOAccess/EOModel.h: Ditto. * EOAccess/EOSchemaGeneration.h: Ditto. * EOAccess/EOSQLExpression.h: Ditto. * EOAccess/EOUtilities.h: Ditto. * Tools/eoutil.m (dump): Implemented use of -postinstall option. Corrected bug when getting adaptor's expression class. Renamed symbol EOPrimaryKeyContraintsKey into EOPrimaryKeyConstraintsKey. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16298 72102866-910b-0410-8b05-ffd578937521
2003-03-31 00:24:15 +00:00
NSUndoManager *undoManager;
//EOGlobalID *gid = [self globalIDForObject: object];
[self _registerClearStateWithUndoManager];
2003-03-30 David Ayers <d.ayers@inode.at> * *.h/m, *.h/m): Used #include instead of depricated #import. Avoid including entire library headers. Use export macro where applicable. * EOControl/GNUmakefile: Removed EOKeyValueCodingBase.m/h and EOUndoMananger.h. Added EOArrayDataSource.m/h, EODefines.h and EODepricated.h. * EOControl/EODefines.h: Updated for GDL2 & gnustep-make. * EOControl/EODebug.h: Updated. * EOControl/EODepricated.h: Updated for current state of GDL2. ([NSObject +flushClassKeyBindings]): Added declaration. ([EOClassDescription +setDelegate:]): Added declaration. ([EOClassDescription +delegate]): Added declaration. (EOUndoManager): Moved declaration of interface here. * EOControl/EOKeyValueCoding.m ([EOClassDescription +flushClassKeyBindings]): Added empty implementation. ([NSObject takeStoredValuesFromDictionary:]): Cache EONull instance and use it instead of isKindOfClass:. * EOControl/EOEditingContext.m ([EOEditingContext +initialize]): Tidied. ([EOEditingContest -deleteObject]): Use NSUndoManager instead of EOUndoManager. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Added minor optimization tweak. * EOControl/EOClassDescription.m: Removed inactive commented code. Added private declerations of EOAccess methods to avoid compiler warnings. ([EOClassDescription +initialize]): Tidied. ([EOClassDescription -classDescriptionForClass:]): Use GSObjCName() instead of objc runtime routines. * EOControl/EOFault.m: Exchanged direct usages of ObjC runtime routines with NS/GSObjCRuntime abstraction API. ([EOFault +superclass]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -respondsToSelector:]): Ditto. ([EOFault +initialize]): Cache static class variable. ([EOFault +isKindOfClass]): Use static class variable. ([EOFault +handlerForFault:]): Ditto. ([EOFault +targetClassForFault:]): Ditto. ([EOFault -dealloc]): Ditto. * EOControl/EOGenericRecord.m: ([EOGenericRecord +initialize]): Tidied. * EOControl/EOKeyComparisonQualifier.m: Tidied documentation. * EOControl/EOKeyValueQualifier.m: Ditto. * EOControl/EONSAddOns.h/m: Added declarations to surpress compiler warnings. ([NSObject -eoCompareOnName:]): Adjusted casts to surpress compiler warnings. (GSUseStrictWO451Compatibility): Added function. (GDL2GlobalLock, GDL2GlobalRecursive): Ditto. * EOControl/EONull: Remove implementations for foundation libraries without key value coding and fully rely on NSNull. Added assertions in all intance methods as instances should never be created. ([EONull +allocWithZone:]) Corrected method name so it will actually be used. * EOControl/EOSortOrdering.m ([NSArray sortedArrayUsingKeyOrderArray:]): Tidied. ([NSMutableArray sortUsingKeyOrderArray:]): Ditto. ([EONull compareAscending:]): Sync with referencs implementation. ([EONull compareDescending:]): Ditto. ([EONull compareCaseInsensitiveAscending:]): Ditto. ([EONull compareCaseInsensitiveDescending:]): Ditto. * EOAccess/EOAdaptor.h: Added comment about API compatibility. * EOAccess/EOAdaptor.m ([EOAdaptor -contexts]): Return array of adaptor contexts rather tham GC-wrapper objects containing adaptor contexts. ([EOAdaptor -databaseEncoding]): Use GSEncodingName() instead of GetEncodingName(). * EOAccess/EODatabaseContext.m ([EODatabaseContext -_turnFault:gid:editingContext:isComplete:]): Use GSObjCClass() instead of trying to access isa by dereferencing from id with incorrect member. * EOAccess/EOModel.m ([EOModel -entityNames]): Sort returned array to insure comparable output. * EOAccess/EOSQLExpression.m ([EOSQLExpression sqlStringForArrayOfQualifiers:operation:]): Added cast to surpress compiler warning. * EOAccess/EOUtilities.m ([EOObjectStoreCoordinator setModelGroup:]): Ditto. * EOAccess/EORelationship.h ([EORelationship -docComment]): Added declaration. * EOAccess/GNUmakefile: Added EODefines.h and EODepricated.h. * Tools/*.m: Use RCS_ID macro. * Tools/EOAttribute+GSDoc.h: ([EOAttribute gsdocContentWithTagName:idPtr:]): Corrected Typo. * Tools/EOModel+GSDoc.h/m: ([EOModel gsdocContentSplittedByEntities:idPtr:]): Ditto. * Tools/EORelationship+GSDoc.m: ([EORelationship gsdocContentWithTagName:idPtr:]): Change variable type to supress compiler warnings. * Tools/eoutil.m (dump): Initialize variables to supress compiler warnings. * Tools/gsdoc-model.m: Include GSCategories.h to supress compiler warnings. (main): Added cast to supress compiler warning. Fixed typo in method invocation. 2003-03-25 Stephane Corthesy <stephane@sente.ch> * EOControl/EODefines.h: Added new file for export/win32 support. * EOControl/EODepricated.h: Added new file for depricated features. * EOControl/EOControl.h: Added EOArrayDataSource.h and EODefines.h. * EOControl/EOArrayDataSource.h/m: Added new files. Some methods (<NSCoding> and qualifier bindings) are empty stubs. * EOControl/EODebug.h: Use export macro instead of explicit extern for function and symbol declarations. * EOControl/EOGlobalID.h: Ditto. * EOControl/EONull.h: Ditto. * EOControl/EOObjectStore.h: Ditto. * EOControl/EOOrQualifier.m: Replaced autorelease by AUTORELEASE and fixed typo. * EOControl/EOQualifier.m ([NSArray -filteredArrayUsingQualifier:]): Implemented. * EOControl/EONSAddOns.m: Use volatile in some exception handlers (man longjmp for more info). * EOControl/EOSortOrdering.h/m ([EOSortOrdering -copyWithZone:]): Implemented <NSCopying>. ([EOSortOrdering -encodeWithKeyValueArchiver:]): Implemented. * EOAccess/EODefines.h: Added new file for export/win32 support. * EOAccess/EODepricated.h: Added new file for depricated features. * EOAccess/EOAccess.h: Added EODefines.h. * EOAccess/EOSQLExpression.h/m: Fixed typo for EOPrimaryKeyConstraintKey. * EOAccess/EOExpressionArray.h/m: Use volatile for variables usein in exception handlers. (man longjmp for more info) * EOAccess/EODatabase.h: Use export macro instead of explicit extern for function and symbol declarations. * EOAccess/EOEntity.h: Ditto. * EOAccess/EOModel.h: Ditto. * EOAccess/EOSchemaGeneration.h: Ditto. * EOAccess/EOSQLExpression.h: Ditto. * EOAccess/EOUtilities.h: Ditto. * Tools/eoutil.m (dump): Implemented use of -postinstall option. Corrected bug when getting adaptor's expression class. Renamed symbol EOPrimaryKeyContraintsKey into EOPrimaryKeyConstraintsKey. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16298 72102866-910b-0410-8b05-ffd578937521
2003-03-31 00:24:15 +00:00
undoManager = (NSUndoManager*)[self undoManager];
[undoManager prepareWithInvocationTarget: self];
undoMethodSignature = [undoManager methodSignatureForSelector:
@selector(_insertObject:withGlobalID:)];
/*
//TODO
if base class of undoManager ret nil, undomanager call editingcont methodSignatureForSelector: _insertObject:withGlobalID:
undoManager forwardInvocation:
<NSInvocation selector: _insertObject:withGlobalID: signature: NMethodSignature: types=v@:@@ nargs=4 sizeOfParams=16 returnValueLength=0; >
_NSUndoInvocation avec selector:_insertObject:withGlobalID:
target self (editing context)
[undoManager _registerUndoObject:arget: EOEditingContext -- selector:_insertObject:withGlobalID:
_invocation=NSInvocation * object: Description:<NSInvocation selector: _insertObject:withGlobalID: signature: NSMethodSignature: types=v@:@@ nargs=4 sizeOfParams=16 returnValueLength=0; >
next=_NSUndoObject * object:0x0 Description:*nil*
previous=_NSUndoObject * object:0x0 Description:*nil*
_target=id object: Description:<EOEditingContext>
[self _prepareEventGrouping];
*/
NSHashInsert(_unprocessedDeletes, object);
[self _enqueueEndOfEventNotification];
}
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
EOFLOGObjectFnStop();
}
- (void)lockObject: (id)object
{
EOGlobalID *gid = [self globalIDForObject: object];
if (gid == nil)
[NSException raise: NSInvalidArgumentException
format: @"%@ -- %@ 0x%x: globalID for object 0x%x not found",
NSStringFromSelector(_cmd),
NSStringFromClass([self class]),
self,
object];
[self lockObjectWithGlobalID: gid
editingContext: self];
}
// Saving
- (BOOL)hasChanges
{
if(NSCountHashTable(_insertedObjects)
|| NSCountHashTable(_deletedObjects)
|| NSCountHashTable(_changedObjects)
|| NSCountHashTable(_unprocessedInserts)
|| NSCountHashTable(_unprocessedDeletes)
|| NSCountHashTable(_unprocessedChanges))
return YES;
return NO;
}
- (void)didSaveChanges
{
NSHashTable *hashTables[3]={ _insertedObjects,
_deletedObjects,//??
_changedObjects };
NSMutableArray *objectsForNotification[3]={ [NSMutableArray array],//inserted
[NSMutableArray array],//deleted
[NSMutableArray array] };//updated
NSEnumerator *enumerator = nil;
id object = nil;
int which;
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"Changes nb: inserted:%d deleted:%d changed:%d",
NSCountHashTable(_insertedObjects),
NSCountHashTable(_deletedObjects),
NSCountHashTable(_changedObjects));
_flags.ignoreChangeNotification=NO; //MG??
for (which = 0; which < 3; which++)
{
NSHashEnumerator hashEnumerator = NSEnumerateHashTable(hashTables[which]);
while ((object = (id)NSNextHashEnumeratorItem(&hashEnumerator)))
{
[objectsForNotification[which] addObject: object];
[self clearOriginalSnapshotForObject: object]; //OK for update
}
}
enumerator = [NSAllHashTableObjects(_deletedObjects) objectEnumerator];
while ((object = [enumerator nextObject]))
{
[self forgetObject: object];
[object clearProperties];
}
NSResetHashTable(_insertedObjects);
NSResetHashTable(_deletedObjects);
NSResetHashTable(_changedObjects);
[self incrementUndoTransactionID]; //OK for update
{
EOGlobalID *gid;
enumerator = [[_snapshotsByGID allKeys] objectEnumerator];
while ((gid = [enumerator nextObject]))
{
[_snapshotsByGID setObject: [[self objectForGlobalID:gid] snapshot]
forKey: gid];
}
}
[[NSNotificationCenter defaultCenter]
postNotificationName: @"EOEditingContextDidSaveChangesNotification"
object: self
userInfo: [NSDictionary dictionaryWithObjectsAndKeys:
objectsForNotification[0], EOInsertedKey,
objectsForNotification[1], EODeletedKey,
objectsForNotification[2], EOUpdatedKey,
nil, nil]];
EOFLOGObjectFnStop();
}
- (void)saveChanges
{
id object = nil;
NSEnumerator *enumerator;
EOFLOGObjectFnStart();
//TODOLOCK
[self lock];
NS_DURING
{
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
enumerator = [_editors objectEnumerator];
while ((object = [enumerator nextObject]))
[object editingContextWillSaveChanges: self];
if (_delegateRespondsTo.willSaveChanges)
[_delegate editingContextWillSaveChanges: self];
[self _processRecentChanges]; // filled lists _changedObjects, _deletedObjects, _insertedObjects, breaks relations
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
_flags.registeredForCallback = NO;
[self validateChangesForSave]; // may raise exception
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
//?? [EOObserverCenter notifyObserversObjectWillChange: nil];
_flags.ignoreChangeNotification = YES;
EOFLOGObjectLevel(@"EOEditingContext",
@"_objectStore saveChangesInEditingContext");
[_objectStore saveChangesInEditingContext: self];
EOFLOGObjectLevel(@"EOEditingContext", @"self didSaveChanges");
[self didSaveChanges];
EOFLOGObjectFnStop();
}
NS_HANDLER
{
NSLog(@"%@ (%@)", localException, [localException reason]);
NSDebugMLog(@"%@ (%@)", localException, [localException reason]);
[self unlock];
[localException raise];
}
NS_ENDHANDLER;
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
[self unlock];
}
- (NSException *) tryToSaveChanges
{
NSException *newException = nil;
EOFLOGObjectFnStartOrCond(@"EOEditingContext");
NS_DURING
{
[self saveChanges];
}
NS_HANDLER
{
if(_messageHandler
&& [_messageHandler
respondsToSelector: @selector(editingContext:presentErrorMessage:)] == YES)
[_messageHandler editingContext: self
presentErrorMessage: [localException reason]];
newException = localException;
}
NS_ENDHANDLER;
EOFLOGObjectFnStopOrCond(@"EOEditingContext");
return newException;
}
- (void)revert
{
NSEnumerator *enumerator;
EOGlobalID *gid;
enumerator = [_eventSnapshotsByGID keyEnumerator];
while ((gid = [enumerator nextObject]))
{
[[self objectForGlobalID: gid]
updateFromSnapshot: [_eventSnapshotsByGID objectForKey: gid]];
}
[_undoManager removeAllActions];
[_undoManager beginUndoGrouping];
NSResetHashTable(_unprocessedChanges);
NSResetHashTable(_unprocessedDeletes);
NSResetHashTable(_unprocessedInserts);
NSResetHashTable(_changedObjects);
NSResetHashTable(_deletedObjects);
NSResetHashTable(_insertedObjects);
}
- (void) clearOriginalSnapshotForObject: (id)object
{
//Consider OK
2003-06-26 Manuel Guesdon <mguesdon@orange-concept.com> * config.h.in: o added EMIT_TODO control * EOAccess/EOAccessFault.m: o commented debug logs * EOAccess/EODatabaseContext.m: o more information in asserts o asserts o fix in -relayPrimaryKey:object:entity: for nil 1:1 relationship value o add -forgetSnapshotForGlobalID call in -refaultObject:withGlobalID:editingContext: o add -forgetSnapshotForGlobalID database call in -forgetSnapshotForGlobalID: * EOAccess/EOEntity.m: o logs o fix in -awakeObject:fromInsertionInEditingContext: to avoid setting already present values o reverted code in -awakeObject:fromInsertionInEditingContext: My (old) tests show that we create 1: object not on mandatory property but on propagatesPrimaryKey one if someone has an example of EOF creating an object here without propagatesPrimaryKey, please send it to me. * EOAccess/EOModelGroup.m: o don't autorelease return model group in -globalModelGroup as it will crash. I haven't find why :-( o logs * EOAccess/EOSQLExpression.m: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause o add detail in sqlStringForSelector:value: exception * EOAdaptors/Postgres95/PostPostgres95Channel.m: o add more information on exceptions * EOAdaptors/Postgres95/Postgres95SQLExpression.m: o fix escaping string in -formatValue:forAttribute: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause * EOAdaptors/Postgres95/Postgres95Value.m: o Change log in +newValueForDateType:length:attribute: * EOControl/EOCheapArray.m o removed some logs * EOAccess/EOClassDescription.m: o fix in -validateForUpdate o logs * EOControl/Debug.h: o donditional define of NSEmitTODO() * EOControl/EODetailDataSource.h/.m: o added -setDetailKey: * EOControl/EOEditingContext.m o logs * EOControl/EOFetchSpecification.m o logs * EOControl/EOKeyValueCoding.m: o fix in computeSum, computeAverage * EOControl/EOQualifier.m o logs * EOControl/EOSortOrdering.m o use valueForKeyPath: instead of valueForKey: to allow sort on related objects * EOControl/EOUndoManager.h o protection of include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17037 72102866-910b-0410-8b05-ffd578937521
2003-06-26 08:20:30 +00:00
EOGlobalID *gid = nil;
EOFLOGObjectFnStart();
gid = [self globalIDForObject: object];
if (gid)
{
[_snapshotsByGID removeObjectForKey: gid];
}
2003-06-26 Manuel Guesdon <mguesdon@orange-concept.com> * config.h.in: o added EMIT_TODO control * EOAccess/EOAccessFault.m: o commented debug logs * EOAccess/EODatabaseContext.m: o more information in asserts o asserts o fix in -relayPrimaryKey:object:entity: for nil 1:1 relationship value o add -forgetSnapshotForGlobalID call in -refaultObject:withGlobalID:editingContext: o add -forgetSnapshotForGlobalID database call in -forgetSnapshotForGlobalID: * EOAccess/EOEntity.m: o logs o fix in -awakeObject:fromInsertionInEditingContext: to avoid setting already present values o reverted code in -awakeObject:fromInsertionInEditingContext: My (old) tests show that we create 1: object not on mandatory property but on propagatesPrimaryKey one if someone has an example of EOF creating an object here without propagatesPrimaryKey, please send it to me. * EOAccess/EOModelGroup.m: o don't autorelease return model group in -globalModelGroup as it will crash. I haven't find why :-( o logs * EOAccess/EOSQLExpression.m: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause o add detail in sqlStringForSelector:value: exception * EOAdaptors/Postgres95/PostPostgres95Channel.m: o add more information on exceptions * EOAdaptors/Postgres95/Postgres95SQLExpression.m: o fix escaping string in -formatValue:forAttribute: o fix bug in -assembleSelectStatementWithAttributes:lock:qualifier: fetchOrder:selectString:columnList:tableList: whereClause:joinClause:orderByClause:lockClause: by adding () around where and join clause * EOAdaptors/Postgres95/Postgres95Value.m: o Change log in +newValueForDateType:length:attribute: * EOControl/EOCheapArray.m o removed some logs * EOAccess/EOClassDescription.m: o fix in -validateForUpdate o logs * EOControl/Debug.h: o donditional define of NSEmitTODO() * EOControl/EODetailDataSource.h/.m: o added -setDetailKey: * EOControl/EOEditingContext.m o logs * EOControl/EOFetchSpecification.m o logs * EOControl/EOKeyValueCoding.m: o fix in computeSum, computeAverage * EOControl/EOQualifier.m o logs * EOControl/EOSortOrdering.m o use valueForKeyPath: instead of valueForKey: to allow sort on related objects * EOControl/EOUndoManager.h o protection of include git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@17037 72102866-910b-0410-8b05-ffd578937521
2003-06-26 08:20:30 +00:00
EOFLOGObjectFnStop();
}
- (id)objectForGlobalID:(EOGlobalID *)globalID
{
id object;
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext", @"gid=%@", globalID);
// NSDebugMLLog(@"XXX",@"_objectsByGID=%@",NSAllMapTableKeys(_objectsByGID));
object = NSMapGet(_objectsByGID, globalID);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%p", object);
EOFLOGObjectFnStop();
return object;
}
- (EOGlobalID *)globalIDForObject: (id)object
{
//Consider OK
EOGlobalID *gid;
/*
[self recordForObject:object]
[self notImplemented:_cmd]; //TODO
*/
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"ed context=%p _globalIDsByObject=%p object=%p",
self, _globalIDsByObject, object);
// EOFLOGObjectLevelArgs(@"EOEditingContext",@"_globalIDsByObject Values=%@",NSAllMapTableValues(_globalIDsByObject));
gid = NSMapGet(_globalIDsByObject, object);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"gid=%@", gid);
EOFLOGObjectFnStop();
return gid;
}
- (NSHashTable*) recordForGID: (EOGlobalID *)globalID
{
[self notImplemented: _cmd]; //TODO
return NULL;
}
- (NSHashTable*) recordForObject: (id)object
{
[self notImplemented: _cmd]; //TODO
return NULL;
}
- (void)setDelegate: (id)delegate
{
_delegate = delegate;
_delegateRespondsTo.willRunLoginPanel =
[delegate respondsToSelector: @selector(databaseContext:willRunLoginPanelToOpenDatabaseChannel:)];
_delegateRespondsTo.shouldFetchObjects =
[delegate respondsToSelector: @selector(editingContext:shouldFetchObjectsDescribedByFetchSpecification:)];
_delegateRespondsTo.shouldInvalidateObject =
[delegate respondsToSelector: @selector(editingContext:shouldInvalidateObject:globalID:)];
_delegateRespondsTo.shouldMergeChanges =
[delegate respondsToSelector: @selector(editingContext:shouldMergeChangesForObject:)];
_delegateRespondsTo.shouldPresentException =
[delegate respondsToSelector: @selector(editingContext:shouldPresentException:)];
_delegateRespondsTo.shouldUndoUserActions =
[delegate respondsToSelector: @selector(editingContextShouldUndoUserActionsAfterFailure:)];
_delegateRespondsTo.shouldValidateChanges =
[delegate respondsToSelector: @selector(editingContextShouldValidateChanges:)];
_delegateRespondsTo.willSaveChanges =
[delegate respondsToSelector: @selector(editingContextWillSaveChanges:)];
}
- (id)delegate
{
return _delegate;
}
- (EOObjectStore *)parentObjectStore
{
return _objectStore;
}
- (EOObjectStore *)rootObjectStore
{
EOObjectStore *rootObjectStore;
EOFLOGObjectFnStart();
if ([_objectStore isKindOfClass: [EOEditingContext class]] == YES)
rootObjectStore = [(EOEditingContext *)_objectStore rootObjectStore];
else
rootObjectStore=_objectStore;
EOFLOGObjectFnStop();
return rootObjectStore;
}
// Advanced methods //////////////////////////
- (void)setUndoManager: (NSUndoManager *)undoManager
{
ASSIGN(_undoManager, undoManager);
}
- (NSUndoManager *)undoManager
{
return _undoManager;
}
- (void)_revertChange: (NSDictionary *)dict
{
[[dict objectForKey: @"object"]
updateFromSnapshot: [dict objectForKey: @"snapshot"]];
}
- (void)objectWillChange: (id)object
{
EOFLOGObjectFnStart();
// EOFLOGObjectLevelArgs(@"EOEditingContext", @"object=%@", object);
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"object=%@ _flags.ignoreChangeNotification=%d",
object, (int)_flags.ignoreChangeNotification);
if (_flags.ignoreChangeNotification == NO)
{
NSDictionary *snapshot;
EOFLOGObjectLevelArgs(@"EOEditingContext", @"*** object change %p %@",
object, [object class]);
//recordForObject:
snapshot = [object snapshot]; // OK
EOFLOGObjectLevelArgs(@"EOEditingContext", @"snapshot=%@", snapshot);
//if not in _unprocessedChanges: add in snaps and call _enqueueEndOfEventNotification
/*
[_undoManager registerUndoWithTarget:self
selector:@selector(noop:)
object:nil;];
*/
////////
if (NSHashInsertIfAbsent(_unprocessedChanges, object)) //The object is already here
{
EOFLOGObjectLevel(@"EOEditingContext",
@"_enqueueEndOfEventNotification");
[self _enqueueEndOfEventNotification];
if(_undoManager)
[_undoManager registerUndoWithTarget: self
selector:@selector(_revertChange:)
object:[NSDictionary dictionaryWithObjectsAndKeys:
object, @"object",
[object snapshot], @"snapshot",
nil]];
}
else
{
//???????????
EOGlobalID *gid = [self globalIDForObject: object];
EOFLOGObjectLevel(@"EOEditingContext",
@"insert into xxsnapshotsByGID");
[_eventSnapshotsByGID setObject: [object snapshot]
forKey: gid];
[_snapshotsByGID setObject: [object snapshot]
forKey: gid];
if (_flags.autoLocking == YES)
[self lockObject: object];
[self _enqueueEndOfEventNotification];
}
}
EOFLOGObjectFnStop();
}
- (void)recordObject: (id)object
globalID: (EOGlobalID *)globalID
{
//OK
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"Record %p for %@ in ed context %p _globalIDsByObject=%p",
object, globalID, self, _globalIDsByObject);
NSAssert(object, @"No Object");
NSAssert(globalID, @"No GlobalID");
/* Global hash table for faster dealloc. */
if (!ecDeallocHT)
{
ecDeallocHT
= NSCreateHashTable(NSNonOwnedPointerHashCallBacks, 64);
}
NSHashInsert(ecDeallocHT, object);
EOFLOGObjectLevel(@"EOEditingContext", @"insertInto _globalIDsByObject");
NSMapInsert(_globalIDsByObject, object, globalID);
//TODO: delete
{
id aGID2;
id aGID = NSMapGet(_globalIDsByObject, object);
NSAssert1(aGID, @"Object %p recorded but can't retrieve it directly !",
object);
aGID2 = [self globalIDForObject: object];
NSAssert1(aGID2, @"Object %p recorded but can't retrieve it with globalIDForObject: !", object);
}
EOFLOGObjectLevel(@"EOEditingContext", @"insertInto _objectsByGID");
NSMapInsert(_objectsByGID, globalID, object);
EOFLOGObjectLevel(@"EOEditingContext", @"addObserver");
[EOObserverCenter addObserver: self
forObject: object];
//call EOAccessFaultHandler targetClass
EOFLOGObjectFnStop();
}
- (void)forgetObject: (id)object
{
EOGlobalID *gid;
/* Global hash table for faster dealloc. */
NSHashRemove(ecDeallocHT, object);
gid = [self globalIDForObject: object];
NSMapRemove(_globalIDsByObject, object);
NSMapRemove(_objectsByGID, gid);
[EOObserverCenter removeObserver: self
forObject: object];
}
- (NSArray *)registeredObjects
{
return NSAllMapTableValues(_objectsByGID);
}
- (NSArray *)updatedObjects
{
NSMutableArray *updatedObjects = [NSMutableArray array];
NSHashEnumerator changedEnum = NSEnumerateHashTable(_changedObjects);
id object;
while ((object = (id)NSNextHashEnumeratorItem(&changedEnum)))
{
if (!NSHashGet(_deletedObjects, (const void*)object))
[updatedObjects addObject: object];
}
// NSEndHashTableEnumeration(changedEnum);
return updatedObjects;
}
- (NSArray *)insertedObjects
{
return NSAllHashTableObjects(_insertedObjects);
//TODO: remove inserted objectss which are deleted ???
}
- (NSArray *)deletedObjects
{
return NSAllHashTableObjects(_deletedObjects);
}
- (void)_revertInsert: (id)object
{
NSHashRemove(_insertedObjects, object);
}
- (void)_revertUpdate: (id)object
{
NSHashRemove(_changedObjects, object);
}
- (void)_revertDelete: (id)object
{
NSHashRemove(_deletedObjects, object);
}
// ***************************
// *
// * Objects for DELETE
// *
// * compares object from _unprocessedChanges
// * between their state from _eventSnapshots and [object snapshot]
// *
// * you can see if any other instead of this EditingContext has changed the object
// *
// * decision of keeping or deleting these changed objects (RelationshipObjects)
// *
// ****************************
- (void)processRecentChanges
{
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Unprocessed: %@",
[self unprocessedDescription]);
EOFLOGObjectLevelArgs(@"EOEditingContext", @"Objects: %@",
[self objectsDescription]);
[self _processRecentChanges];
}
- (BOOL)propagatesDeletesAtEndOfEvent
{
return _flags.propagatesDeletesAtEndOfEvent;
}
- (void)setPropagatesDeletesAtEndOfEvent: (BOOL)propagatesDeletesAtEndOfEvent
{
_flags.propagatesDeletesAtEndOfEvent = propagatesDeletesAtEndOfEvent;
}
- (BOOL)stopsValidationAfterFirstError
{
return !_flags.exhaustiveValidation;
}
- (void)setStopsValidationAfterFirstError:(BOOL)flag
{
_flags.exhaustiveValidation = !flag;
}
- (BOOL)locksObjectsBeforeFirstModification
{
return _flags.autoLocking;
}
- (void)setLocksObjectsBeforeFirstModification: (BOOL)flag
{
_flags.autoLocking = flag;
}
// Snapshotting
/** Returns a dictionary containing a snapshot of object that
reflects its committed values (last values putted in the
database; i.e. values before changes were made on the object).
It is updated after commiting new values.
**/
- (NSDictionary *)committedSnapshotForObject: (id)object
{
//OK
return [_snapshotsByGID objectForKey: [self globalIDForObject: object]];
}
/** Returns a dictionary containing a snapshot of object with
its state as it was at the beginning of the current event loop.
After the end of the current event, upon invocation of
processRecentChanges, the snapshot is updated to hold the
modified state of the object.**/
- (NSDictionary *)currentEventSnapshotForObject: (id)object
{
//OK
return [_eventSnapshotsByGID objectForKey: [self globalIDForObject: object]];
}
- (NSDictionary *)uncommittedChangesForObject: (id)object
{
return [object changesFromSnapshot:
[self currentEventSnapshotForObject: object]];
}
- (void)refaultObjects
{
NSMutableArray *objs = [[NSMutableArray new] autorelease];
NSEnumerator *objsEnum;
id obj;
[self processRecentChanges];
[objs addObjectsFromArray: NSAllMapTableKeys(_globalIDsByObject)];
[objs removeObjectsInArray: [self insertedObjects]];
[objs removeObjectsInArray: [self deletedObjects]];
[objs removeObjectsInArray: [self updatedObjects]];
objsEnum = [objs objectEnumerator];
while ((obj = [objsEnum nextObject]))
[self refaultObject: obj
withGlobalID: [self globalIDForObject: obj]
editingContext: self];
}
// Refaults all objects that haven't been modified, inserted or deleted.
- (void)setInvalidatesObjectsWhenFreed: (BOOL)flag
{
_flags.skipInvalidateOnDealloc = flag;
}
- (BOOL)invalidatesObjectsWhenFreed
{
return _flags.skipInvalidateOnDealloc; // TODO contrario ??
}
- (void)addEditor: (id)editor
{
[_editors addObject: editor];
}
- (void)removeEditor: (id)editor
{
[_editors removeObject: editor];
}
- (NSArray *)editors
{
return _editors;
}
- (void)setMessageHandler: (id)handler
{
_messageHandler = handler;
}
- (id)messageHandler
{
return _messageHandler;
}
- (id)faultForGlobalID: (EOGlobalID *)globalID
editingContext: (EOEditingContext *)context
{
//OK
id object = [self objectForGlobalID: globalID];
if (!object)
{
BOOL isTemporary = [globalID isTemporary];
if (isTemporary)
{
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
}
else
{
object = [_objectStore faultForGlobalID: globalID
editingContext: self];
}
}
return object;
}
- (id)faultForRawRow: (NSDictionary *)row
entityNamed: (NSString *)entityName
editingContext: (EOEditingContext *)context
{
EOEntityClassDescription *classDesc;
EOGlobalID *globalID;
id object;
id objectCopy;
classDesc = (id)[EOClassDescription classDescriptionForEntityName:
entityName];
#warning (stephane@sente.ch) ERROR: trying to use EOEntity/EOEntityDescription which are defined in EOAccess
globalID = [[classDesc entity] globalIDForRow: row];
object = [self objectForGlobalID: globalID];
if (object)
{
if (context == self)
return object;
objectCopy = [classDesc createInstanceWithEditingContext: context
globalID: globalID
zone: NULL];
NSAssert1(objectCopy, @"No Object. classDesc=%@", classDesc);
[objectCopy updateFromSnapshot: [object snapshot]];
[context recordObject: objectCopy
globalID: globalID];
return objectCopy;
}
object = [_objectStore faultForRawRow: row
entityNamed: entityName
editingContext: self];
return object;
}
- (id)faultForRawRow: (id)row entityNamed: (NSString *)entityName
{
id object;
EOFLOGObjectFnStartOrCond(@"EOEditingContext");
object = [self faultForRawRow: row
entityNamed: entityName
editingContext: self];
EOFLOGObjectFnStopOrCond(@"EOEditingContext");
return object;
}
- (NSArray *)arrayFaultWithSourceGlobalID: (EOGlobalID *)globalID
relationshipName: (NSString *)name
editingContext: (EOEditingContext *)context
{
NSArray *fault;
id object = [self objectForGlobalID: globalID];
id objectCopy;
if (object)
{
if (context == self)
{
fault = [object valueForKey:name];
if (fault)
return fault;
}
else
{
objectCopy = [[EOClassDescription classDescriptionForEntityName:
[globalID entityName]]
createInstanceWithEditingContext: context
globalID: globalID
zone: NULL];
NSAssert1(objectCopy, @"No Object. globalID=%@", globalID);
[objectCopy updateFromSnapshot: [object snapshot]];
[context recordObject: objectCopy
globalID: globalID];
return [objectCopy valueForKey: name];
}
}
return [_objectStore arrayFaultWithSourceGlobalID: globalID
relationshipName: name
editingContext: self];
}
- (void)initializeObject: (id)object
withGlobalID: (EOGlobalID *)globalID
editingContext: (EOEditingContext *)context
{
//near OK
EOObjectStore *objectStore = nil;
_flags.ignoreChangeNotification = YES;
if (self == context)
{
objectStore = [(EOObjectStoreCoordinator*)_objectStore objectStoreForGlobalID: globalID];
[objectStore initializeObject: object
withGlobalID: globalID
editingContext: context];
}
else
{
NSEmitTODO();
[self notImplemented: _cmd];//TODO
}
// [EOObserverCenter notifyObserversObjectWillChange: nil];
_flags.ignoreChangeNotification = NO;
}
- (NSArray *)objectsForSourceGlobalID: (EOGlobalID *)globalID
relationshipName: (NSString *)name
editingContext: (EOEditingContext *)context
{
NSArray *objects = nil;
if (self == context)
{
//TODOLOCK
[self lock];
NS_DURING
{
objects = [_objectStore objectsForSourceGlobalID: globalID
relationshipName: name
editingContext: context];
}
NS_HANDLER
{
NSLog(@"%@ (%@)", localException, [localException reason]);
NSDebugMLog(@"%@ (%@)", localException, [localException reason]);
[self unlock];
[localException raise];
}
NS_ENDHANDLER;
[self unlock];
}
else
{
NSEmitTODO();
[self notImplemented: _cmd];//TODO
}
return objects;
}
- (void)refaultObject: object
withGlobalID: (EOGlobalID *)globalID
editingContext: (EOEditingContext *)context
{
//Near OK
if (object)
{
//call globalID isTemporary //ret NO
if (self == context)//??
{
//NO: in EODatabaseConetxt [object clearProperties];
//OK
[_objectStore refaultObject: object
withGlobalID: globalID
editingContext: context];
//OK
[self clearOriginalSnapshotForObject: object];
}
else
{
[self notImplemented: _cmd];
}
}
}
- (void)saveChangesInEditingContext: (EOEditingContext *)context
{
if (context != self)
{
NSArray *objects;
NSEnumerator *objsEnum;
EOGlobalID *gid;
id object, localObject;
objects = [context insertedObjects];
objsEnum = [objects objectEnumerator];
while ((object = [objsEnum nextObject]))
{
gid = [context globalIDForObject: object];
localObject = [[EOClassDescription classDescriptionForEntityName:
[gid entityName]]
createInstanceWithEditingContext: context
globalID: gid
zone: NULL];
NSAssert1(localObject, @"No Object. gid=%@", gid);
[localObject updateFromSnapshot: [object snapshot]];
[self recordObject: localObject
globalID: gid];
}
objects = [context updatedObjects];
objsEnum = [objects objectEnumerator];
while ((object = [objsEnum nextObject]))
{
gid = [context globalIDForObject: object];
localObject = [self objectForGlobalID: gid];
[localObject updateFromSnapshot:[object snapshot]];
}
objects = [context deletedObjects];
objsEnum = [objects objectEnumerator];
while ((object = [objsEnum nextObject]))
{
gid = [context globalIDForObject: object];
localObject = [self objectForGlobalID: gid];
[self deleteObject: localObject];
}
}
}
- (NSArray *)objectsWithFetchSpecification: (EOFetchSpecification *)fetch
editingContext: (EOEditingContext *)context
{
//OK
NSArray *objects = nil;
EOFLOGObjectFnStart();
EOFLOGObjectLevelArgs(@"EOEditingContext",
@"_objectStore=%@ fetch=%@ context=%@",
_objectStore, fetch, context);
[self lock]; //TODOLOCK
NS_DURING
{
objects = [_objectStore objectsWithFetchSpecification: fetch
editingContext: context];
}
NS_HANDLER
{
EOFLOGObjectLevelArgs(@"EOEditingContext", @"EXCEPTION: %@",
localException);
[self unlock]; //TODOLOCK
if ([self handleError: localException])
{
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
}
else
{
NSEmitTODO();
[self notImplemented: _cmd]; //TODO
}
}
NS_ENDHANDLER;
[self unlock]; //TODOLOCK
EOFLOGObjectFnStop();
return objects;
}
- (void)lockObjectWithGlobalID: (EOGlobalID *)gid
editingContext: (EOEditingContext *)context
{
[_objectStore lockObjectWithGlobalID: gid
editingContext: context];
}
- (BOOL)isObjectLockedWithGlobalID: (EOGlobalID *)gid
editingContext: (EOEditingContext *)context
{
return [_objectStore isObjectLockedWithGlobalID: gid
editingContext: context];
}
@end
@implementation NSObject (EOEditingContext)
- (EOEditingContext *)editingContext
{
return [EOObserverCenter observerForObject: self
ofClass: [EOEditingContext class]];
}
@end
@implementation NSObject (EOEditors)
/** Called by the EOEditingContext to determine if the editor is "dirty" **/
- (BOOL)editorHasChangesForEditingContext: (EOEditingContext *)editingContext
{
return NO;
}
- (void)editingContextWillSaveChanges: (EOEditingContext *)editingContext
{
return;
}
@end
//
// EOMessageHandler informal protocol
//
@implementation NSObject (EOMessageHandlers)
- (void)editingContext: (EOEditingContext *)editingContext
presentErrorMessage: (NSString *)message
{
NSDebugMLog(@"error=%@", message);
}
- (BOOL)editingContext: (EOEditingContext *)editingContext
shouldContinueFetchingWithCurrentObjectCount: (unsigned)count
originalLimit: (unsigned)limit
objectStore: (EOObjectStore *)objectStore
{
return NO;
}
@end
@implementation EOEditingContext (EORendezvous)
+ (void)setSubstitutionEditingContext: (EOEditingContext *)ec
{
[self notImplemented: _cmd]; //TODO
}
+ (EOEditingContext *)substitutionEditingContext
{
return [self notImplemented: _cmd]; //TODO
}
+ (void)setDefaultParentObjectStore: (EOObjectStore *)store
{
ASSIGN(defaultParentStore, store);
}
+ (EOObjectStore *)defaultParentObjectStore
{
return defaultParentStore;
}
@end
@implementation EOEditingContext (EOStateArchiving)
+ (void)setUsesContextRelativeEncoding: (BOOL)yn
{
[self notImplemented: _cmd]; //TODO
}
+ (BOOL)usesContextRelativeEncoding
{
[self notImplemented: _cmd]; //TODO
return NO;
}
+ (void)encodeObject: (id)object
withCoder: (NSCoder *)coder
{
[self notImplemented: _cmd]; //TODO
}
+ (id)initObject: (id)object
withCoder: (NSCoder *)coder
{
return [self notImplemented: _cmd]; //TODO
}
@end
// Target action methods for InterfaceBuilder
//
@implementation EOEditingContext (EOTargetAction)
- (void)saveChanges: (id)sender // TODO
{
NS_DURING
[self saveChanges];
NS_HANDLER
{
if(_messageHandler
&& [_messageHandler
respondsToSelector: @selector(editingContext:presentErrorMessage:)] == YES)
[_messageHandler editingContext: self
presentErrorMessage: [localException reason]];
}
NS_ENDHANDLER;
}
- (void)refault: (id)sender
{
[self refaultObjects];
}
- (void)revert: (id)sender
{
[self revert];
}
- (void)refetch: (id)sender
{
[self invalidateAllObjects];
}
- (void)undo: (id)sender
{
[_undoManager undo];
}
- (void)redo: (id)sender
{
[_undoManager redo];
}
- (NSString*)unprocessedDescription
{
NSString *desc;
EOFLOGObjectFnStart();
desc = [NSString stringWithFormat: @"<%p:\nunprocessedChanges [nb:%d]=%p %@\n\nunprocessedDeletes [nb:%d]=%p %@\n\nunprocessedInserts[nb:%d]=%p %@>\n",
self,
NSCountHashTable(_unprocessedChanges),
_unprocessedChanges,
NSStringFromHashTable(_unprocessedChanges),
NSCountHashTable(_unprocessedDeletes),
_unprocessedDeletes,
NSStringFromHashTable(_unprocessedDeletes),
NSCountHashTable(_unprocessedInserts),
_unprocessedInserts,
NSStringFromHashTable(_unprocessedInserts)];
EOFLOGObjectFnStop();
return desc;
}
- (NSString*)objectsDescription
{
NSString *desc;
EOFLOGObjectFnStart();
desc = [NSString stringWithFormat: @"<%p:\nchangedObjects [nb:%d]=%p %@\n\ndeletedObjects [nb:%d]=%p %@\n\ninsertedObjects [nb:%d]=%p %@>\n",
self,
NSCountHashTable(_changedObjects),
_changedObjects,
NSStringFromHashTable(_changedObjects),
NSCountHashTable(_deletedObjects),
_deletedObjects,
NSStringFromHashTable(_deletedObjects),
NSCountHashTable(_insertedObjects),
_insertedObjects,
NSStringFromHashTable(_insertedObjects)];
EOFLOGObjectFnStop();
return desc;
}
@end
// To support multithreaded operation
@implementation EOEditingContext(EOMultiThreaded)
+ (void)setEOFMultiThreadedEnabled: (BOOL)flag
{
[self notImplemented: _cmd];
}
- (BOOL)tryLock
{
BOOL tryLock = NO;
EOFLOGObjectFnStart();
tryLock = [_lock tryLock];
if (tryLock)
{
_lockCount++;
}
EOFLOGObjectFnStop();
return tryLock;
}
- (void)lock
{
EOFLOGObjectFnStart();
[_lock lock];
_lockCount++;
EOFLOGObjectFnStop();
}
- (void)unlock
{
EOFLOGObjectFnStart();
_lockCount--;
[_lock unlock];
EOFLOGObjectFnStop();
}
- (void) _assertSafeMultiThreadedAccess: (SEL)param0
{
[self notImplemented: _cmd]; //TODO
}
@end
// Informations
@implementation EOEditingContext(EOEditingContextInfo)
- (NSDictionary*)unprocessedInfo
{
NSDictionary *infoDict = nil;
NSHashTable *hashTables[3] = { _unprocessedChanges,
_unprocessedDeletes,
_unprocessedInserts };
NSMutableArray *objectsForInfo[3] = { [NSMutableArray array], //inserted
[NSMutableArray array], //deleted
[NSMutableArray array] }; //updated
id object;
int which;
EOFLOGObjectFnStart();
for (which = 0; which < 3; which++)
{
NSHashEnumerator hashEnumerator = NSEnumerateHashTable(hashTables[which]);
while ((object = (id)NSNextHashEnumeratorItem(&hashEnumerator)))
{
NSString *info = [NSString stringWithFormat: @"%@ (%p)",
[[object entity] name],
object];
[objectsForInfo[which] addObject: info];
}
}
infoDict = [NSDictionary dictionaryWithObjectsAndKeys:
2003-03-21 Manuel Guesdon <mguesdon@orange-concept.com> * EOAccess/EODatabaseContext.m: o added assert in _primaryKeyForObject: o in -recordChangesInEditingContext test nil/eonull on relationshipCommitedSnapshotValue and relationshipSnapshotValue instead of only nil testing o in -recordChangesInEditingContext fix for value changing testing when commitedSnapshotValue is nil/EONull * EOAccess/EOEntity.m: o logs o fix in inverseRelationshipClassPropertyNames to test on destination entity property names * EOControl/EOClassDescription.m: o logs * EOControl/GNUmakefile: o added EONSAddOns.h * EOCOntrol/EOKeyValueCoding.m: o fixes in NSArray -computeXXForKey: * EOAccess/EOSQLExpression.m: o assert in -sqlStringForKeyValueQualifier: o -sqlStringForArrayOfQualifiers:operation: hanlde different qualifier cases using isKindOfClass: may probably be improved o logs * EOControl/EOEditingContext.m: o fix in unprocessedInfo (invert/change swap). * EOControl/EOQualifier.m o -qualifierWithQualifierFormat:varargList: raise exception if operator is unknwon * EOControl/EOMutableKnownKeyDictionary.m: o add precision in exception message * EOAccess/EORelationship.m: o more info in some logs o fix in -_sourceRowToForeignKeyMapping for foreign keys which are not in primaryKey. * EOControl/EODatabaseOperation.m: o in -setDatabaseOperator: Don't Delete a not inserted object * EOControl/EOAccessFault.m: o logs o EOAccessFaultHandler: -dealloc fix: call super dealloc o implement faultWillFire: This fix a hard memory problem * EOControl/EOFault.m: o -dealloc: fix possible infinite loop o logs * EOCheapCopyArray.m: o ucomment retain/release/... o fix shallowCopy for memory management. This was causing hard memory trouble git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16217 72102866-910b-0410-8b05-ffd578937521
2003-03-21 20:41:07 +00:00
objectsForInfo[0], @"update",
objectsForInfo[1], @"delete",
2003-03-21 Manuel Guesdon <mguesdon@orange-concept.com> * EOAccess/EODatabaseContext.m: o added assert in _primaryKeyForObject: o in -recordChangesInEditingContext test nil/eonull on relationshipCommitedSnapshotValue and relationshipSnapshotValue instead of only nil testing o in -recordChangesInEditingContext fix for value changing testing when commitedSnapshotValue is nil/EONull * EOAccess/EOEntity.m: o logs o fix in inverseRelationshipClassPropertyNames to test on destination entity property names * EOControl/EOClassDescription.m: o logs * EOControl/GNUmakefile: o added EONSAddOns.h * EOCOntrol/EOKeyValueCoding.m: o fixes in NSArray -computeXXForKey: * EOAccess/EOSQLExpression.m: o assert in -sqlStringForKeyValueQualifier: o -sqlStringForArrayOfQualifiers:operation: hanlde different qualifier cases using isKindOfClass: may probably be improved o logs * EOControl/EOEditingContext.m: o fix in unprocessedInfo (invert/change swap). * EOControl/EOQualifier.m o -qualifierWithQualifierFormat:varargList: raise exception if operator is unknwon * EOControl/EOMutableKnownKeyDictionary.m: o add precision in exception message * EOAccess/EORelationship.m: o more info in some logs o fix in -_sourceRowToForeignKeyMapping for foreign keys which are not in primaryKey. * EOControl/EODatabaseOperation.m: o in -setDatabaseOperator: Don't Delete a not inserted object * EOControl/EOAccessFault.m: o logs o EOAccessFaultHandler: -dealloc fix: call super dealloc o implement faultWillFire: This fix a hard memory problem * EOControl/EOFault.m: o -dealloc: fix possible infinite loop o logs * EOCheapCopyArray.m: o ucomment retain/release/... o fix shallowCopy for memory management. This was causing hard memory trouble git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@16217 72102866-910b-0410-8b05-ffd578937521
2003-03-21 20:41:07 +00:00
objectsForInfo[2], @"insert",
nil, nil];
NSDebugMLog(@"infoDict=%@", infoDict);
EOFLOGObjectFnStop();
return infoDict;
}
- (NSDictionary*)pendingInfo
{
NSDictionary *infoDict = nil;
NSHashTable *hashTables[3] = { _insertedObjects,
_deletedObjects,
_changedObjects };
NSMutableArray *objectsForInfo[3] = { [NSMutableArray array], //inserted
[NSMutableArray array], //deleted
[NSMutableArray array] }; //updated
id object;
int which;
EOFLOGObjectFnStart();
for (which = 0; which < 3; which++)
{
NSHashEnumerator hashEnumerator = NSEnumerateHashTable(hashTables[which]);
while ((object = (id)NSNextHashEnumeratorItem(&hashEnumerator)))
{
NSString *info = [NSString stringWithFormat: @"%@ (%p)",
[[object entity] name],
object];
[objectsForInfo[which] addObject: info];
}
}
infoDict = [NSDictionary dictionaryWithObjectsAndKeys:
objectsForInfo[0], EOInsertedKey,
objectsForInfo[1], EODeletedKey,
objectsForInfo[2], EOUpdatedKey,
nil, nil];
NSDebugMLog(@"infoDict=%@", infoDict);
EOFLOGObjectFnStop();
return infoDict;
}
@end
@implementation NSObject (DeallocHack)
/*
* This is a real hack that shows that the design of this
* library did not take the reference counting mechanisms
* of OpenStep to heart. I'm sorry kids, but this seems
* how it has to be done to remain compatible. Any hints
* on how to speed this up are appreciated. But understand
* that we don't know the classes which need to call this
* and there could be deep hierarchy.
*/
- (void) dealloc
{
if (ecDeallocHT && NSHashGet(ecDeallocHT, self))
{
[EOEditingContextClass objectDeallocated: self];
}
if (assocDeallocHT && NSHashGet(assocDeallocHT, self))
{
[EOAssociationClass objectDeallocated: self];
}
NSDeallocateObject (self);
}
@end