Up
Authors
Mirko Viviani (mirko.viviani@gmail.com
)
Date: Generated at 2025-03-07 04:56:32 +0000
Copyright: (C)
2000,2002,2003,2004,2005 Free Software
Foundation, Inc.
class_EOModelGroup
NSObject
NSObject
EOModelGroup
EOModelGroup
NSObject->EOModelGroup
Declared in:
EOAccess/EOModelGroup.h
Description forthcoming.
Instance Variables
+ (id)
delegate ;
Description forthcoming.
+ (
EOModelGroup *)
globalModelGroup ;
Description forthcoming.
+ (void)
setDefaultGroup: (
EOModelGroup *)group;
Description forthcoming.
+ (void)
setDelegate: (id)delegate;
returns a model group composed of all models in the
resource directory of the mainBundle, and all
bundles and frameworks loaded into the app.
- (void)
addModel: (
EOModel *)model;
Description forthcoming.
- (
NSArray *)
availablePrototypesForAdaptorName: (
NSString *)adaptorName;
Description forthcoming.
- (id)
delegate ;
Description forthcoming.
- (
EOEntity *)
entityForObject: (id)object;
Description forthcoming.
- (EOFetchSpecification*)
fetchSpecificationNamed: (
NSString *)fetchSpecName
entityNamed: (
NSString *)entityName;
Description forthcoming.
- (void)
loadAllModelObjects ;
Description forthcoming.
- (
NSArray *)
modelNames ;
Description forthcoming.
- (
NSArray *)
models ;
Description forthcoming.
- (void)
removeModel: (
EOModel *)model;
Description forthcoming.
- (void)
setDelegate: (id)delegate;
Description forthcoming.
Instance Variables for EOModelGroup Class
@protected id
_delegate ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSMutableDictionary*
_modelsByName ;
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private , it is
intended for internal use within the package, and
you should not use the variable in other code.
Declared in:
EOAccess/EOModelGroup.h
Description forthcoming.
- (void)
setModelGroup: (
EOModelGroup *)group;
Description forthcoming.
Declared in:
EOAccess/EOModelGroup.h
Description forthcoming.
- (
EOModelGroup *)
defaultModelGroup ;
Description forthcoming.
Declared in:
EOAccess/EOModelGroup.h
Description forthcoming.
- (Class)
entity: (
EOEntity *)entity
classForObjectWithGlobalID: (EOGlobalID*)globalID;
Description forthcoming.
- (Class)
entity: (
EOEntity *)entity
failedToLookupClassNamed: (
NSString *)className;
Description forthcoming.
NSString * EOModelAddedNotification;
Description forthcoming.
NSString * EOModelInvalidatedNotification;
Description forthcoming.
Up