Up
Authors
Generated by multix
Date: Generated at 2026-02-09
class_EOModelGroup
NSObject
NSObject
EOModelGroup
EOModelGroup
NSObject->EOModelGroup
Declared in:
EOAccess/EOModelGroup.h
Description forthcoming.
EOModelGroup declares 2 Instance Variables
+ (id)
delegate ;
Description forthcoming.
+ (
EOModelGroup *)
globalModelGroup ;
Description forthcoming.
+ (void)
setDefaultGroup: (
EOModelGroup *)group;
Description forthcoming.
+ (void)
setDelegate: (id)delegate;
Description forthcoming.
- (void)
addModel: (
EOModel *)model;
Description forthcoming.
- (
NSArray *)
availablePrototypesForAdaptorName: (
NSString *)adaptorName;
Description forthcoming.
- (id)
delegate ;
Description forthcoming.
- (
EOEntity *)
entityForObject: (id)object;
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