Up
Authors
- Mirko Viviani (
mirko.viviani@gmail.com)
-
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C)
2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
- Declared in:
- EOAccess/EOEntity.h
- Conforms to:
- EOPropertyListEncoding
Description forthcoming.
EOEntity declares 44 Instance Variables
- (
EOAttribute*)
anyAttributeNamed: (
NSString*)attributeName;
returns attribute named attributeName
(no relationship)
- (
NSArray*)
attributes;
Description forthcoming.
- (
NSArray*)
attributesToFetch;
Description forthcoming.
- (
NSArray*)
attributesUsedForLocking;
Description forthcoming.
- (BOOL)
cachesObjects;
Description forthcoming.
- (
NSString*)
className;
Description forthcoming.
- (
NSArray*)
classProperties;
Description forthcoming.
- (
NSArray*)
classPropertyNames;
Description forthcoming.
- (
NSString*)
externalName;
Description forthcoming.
- (
NSString*)
externalQuery;
Description forthcoming.
- (
NSArray*)
fetchSpecificationNames;
Description forthcoming.
- (BOOL)
isAbstractEntity;
Description forthcoming.
- (BOOL)
isPrimaryKeyValidInObject: (id)object;
Description forthcoming.
- (BOOL)
isQualifierForPrimaryKey: (
EOQualifier*)qualifier;
Description forthcoming.
- (BOOL)
isReadOnly;
Description forthcoming.
- (BOOL)
isValidAttributeUsedForLocking: (
EOAttribute*)attribute;
Description forthcoming.
- (BOOL)
isValidClassProperty: (id)property;
Description forthcoming.
- (BOOL)
isValidPrimaryKeyAttribute: (
EOAttribute*)attribute;
Description forthcoming.
- (unsigned int)
maxNumberOfInstancesToBatchFetch;
Description forthcoming.
- (
EOModel*)
model;
Description forthcoming.
- (
NSString*)
name;
Description forthcoming.
- (
EOEntity*)
parentEntity;
Description forthcoming.
- (
NSArray*)
primaryKeyAttributeNames;
Description forthcoming.
- (
NSArray*)
primaryKeyAttributes;
Description forthcoming.
- (
NSArray*)
relationships;
Description forthcoming.
- (
EOQualifier*)
restrictingQualifier;
Description forthcoming.
- (
NSArray*)
sharedObjectFetchSpecificationNames;
Description forthcoming.
- (
NSArray*)
subEntities;
Description forthcoming.
Instance Variables for EOEntity Class
@protected EOMKKDInitializer*
_adaptorDictionaryInitializer;
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 NSMutableArray*
_attributes;
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*
_attributesByName;
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 NSArray*
_attributesToFetch;
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 NSArray*
_attributesToSave;
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 NSMutableArray*
_attributesUsedForLocking;
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 unsigned int
_batchCount;
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 EOClassDescription*
_classDescription;
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 Class
_classForInstances;
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 NSString*
_className;
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 NSMutableArray*
_classProperties;
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 NSArray*
_classPropertyAttributeNames;
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 NSArray*
_classPropertyNames;
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 NSArray*
_classPropertyToManyRelationshipNames;
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 NSArray*
_classPropertyToOneRelationshipNames;
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 NSArray*
_dbSnapshotKeys;
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 NSString*
_docComment;
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 NSString*
_externalName;
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 NSString*
_externalQuery;
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*
_fetchSpecificationDictionary;
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 NSArray*
_fetchSpecificationNames;
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*
_flattenedAttNameToSnapshotKeyMapping;
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 NSMutableArray*
_hiddenRelationships;
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 EOMKKDInitializer*
_instanceDictionaryInitializer;
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 NSDictionary*
_internalInfo;
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 EOModel*
_model;
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 NSString*
_name;
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 EOEntity*
_parent;
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 NSArray*
_primaryKeyAttributeNames;
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 NSMutableArray*
_primaryKeyAttributes;
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 EOMKKDInitializer*
_primaryKeyDictionaryInitializer;
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 NSMutableArray*
_propertiesToFault;
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 EOMKKDInitializer*
_propertyDictionaryInitializer;
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 NSMutableArray*
_relationships;
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*
_relationshipsByName;
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 EOQualifier*
_restrictingQualifier;
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 EOQualifier*
_singleTableRestrictingQualifier;
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*
_singleTableSubEntityDictionary;
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 NSString*
_singleTableSubEntityKey;
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 EOMKKDInitializer*
_snapshotDictionaryInitializer;
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 EOMKKDSubsetMapping*
_snapshotToAdaptorRowSubsetMapping;
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*
_storedProcedures;
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 NSMutableArray*
_subEntities;
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 NSDictionary*
_userInfo;
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/EOEntity.h
Description forthcoming.
EOEntityClassDescription declares 2 Instance Variables
- (
EOEntity*)
entity;
Description forthcoming.
- (id)
initWithEntity: (
EOEntity*)entity;
Description forthcoming.
Instance Variables for EOEntityClassDescription Class
@protected EOEntity*
_entity;
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 unsigned int
extraRefCount;
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- (void)
addAttribute: (
EOAttribute*)attribute;
Description forthcoming.
- (void)
addRelationship: (
EORelationship*)relationship;
Description forthcoming.
- (void)
addSharedObjectFetchSpecificationByName: (
NSString*)name;
Description forthcoming.
- (void)
addSubEntity: (
EOEntity*)child;
Description forthcoming.
- (void)
removeFetchSpecificationNamed: (
NSString*)name;
Description forthcoming.
- (void)
removeSharedObjectFetchSpecificationByName: (
NSString*)name;
Description forthcoming.
- (void)
removeSubEntity: (
EOEntity*)child;
Description forthcoming.
- (BOOL)
setAttributesUsedForLocking: (
NSArray*)attributes;
Description forthcoming.
- (void)
setCachesObjects: (BOOL)flag;
Description forthcoming.
- (void)
setClassName: (
NSString*)name;
Description forthcoming.
- (BOOL)
setClassProperties: (
NSArray*)properties;
Description forthcoming.
- (void)
setExternalName: (
NSString*)name;
Description forthcoming.
- (void)
setExternalQuery: (
NSString*)query;
Description forthcoming.
- (void)
setIsAbstractEntity: (BOOL)flag;
Description forthcoming.
- (void)
setMaxNumberOfInstancesToBatchFetch: (unsigned int)size;
Description forthcoming.
- (void)
setName: (
NSString*)name;
Description forthcoming.
- (BOOL)
setPrimaryKeyAttributes: (
NSArray*)keys;
Description forthcoming.
- (void)
setReadOnly: (BOOL)flag;
Description forthcoming.
- (void)
setRestrictingQualifier: (
EOQualifier*)qualifier;
Description forthcoming.
- (void)
setSharedObjectFetchSpecificationsByName: (
NSArray*)names;
Description forthcoming.
- (void)
setUserInfo: (
NSDictionary*)dictionary;
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Useful private methods made public in GDL2
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- (void)
beautifyName;
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- (
NSArray*)
externalModelsReferenced;
Description forthcoming.
- (BOOL)
referencesProperty: (id)property;
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- (
NSString*)
primaryKeyRootName;
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- (void)
setStoredProcedure: (
EOStoredProcedure*)storedProcedure
forOperation: (
NSString*)operation;
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- (
NSString*)
docComment;
Description forthcoming.
- (void)
setDocComment: (
NSString*)docComment;
Description forthcoming.
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
- (EOMutableKnownKeyDictionary*)
dictionaryForInstanceProperties;
returns a new autoreleased mutable dictionary to
store properties returns nil if there's
no key in the instanceDictionaryInitializer
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
+ (
NSArray*)
_instanceDictionaryInitializerExcludedPropertyNames;
should returns an array of property names to exclude
from entity instanceDictionaryInitializer
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
should returns a set of
property names to exclude from entity
instanceDictionaryInitializer
- Declared in:
- EOAccess/EOEntity.h
Description forthcoming.
+ (
NSString*)
externalNameForInternalName: (
NSString*)internalName
separatorString: (
NSString*)separatorString
useAllCaps: (BOOL)allCaps;
Description forthcoming.
+ (
NSString*)
nameForExternalName: (
NSString*)externalName
separatorString: (
NSString*)separatorString
initialCaps: (BOOL)initialCaps;
Description forthcoming.
NSString* EODeleteProcedureOperation;
Description forthcoming.
NSString* EOFetchAllProcedureOperation;
Description forthcoming.
NSString* EOFetchWithPrimaryKeyProcedureOperation;
Description forthcoming.
NSString* EOInsertProcedureOperation;
Description forthcoming.
NSString* EONextPrimaryKeyProcedureOperation;
Description forthcoming.
Up