Inherits from: NSObject
Package: com.apple.yellow.eodistribution
This class consists of a number of static methods to augment EOEntity and EOEntityClassDescription (both declared in EOAccess). These methods return various properties bound to the client-side class that corresponds to the supplied EOEntity or EOEntityClassDescription object. The information returned by these methods is stored in your model file. To change it, use the EOJavaClientExtensions bundle for EOModeler.
You never create or use an instance of EOAccessAdditions. Rather, send messages directly to the class.
public static NSArray clientAttributeKeysForClassDescription(
com.apple.yellow.eocontrol.EOClassDescription aClassDescription)
See Also: clientClassPropertiesForEntity
public static String clientClassNameForEntity(
com.apple.yellow.eoaccess.EOEntity anEntity)
See Also: className (EOEntity class)
public static NSArray clientClassPropertiesForEntity(
com.apple.yellow.eoaccess.EOEntity anEntity)
See Also: classProperties (EOEntity class), clientClassPropertyNamesForEntity
public static NSArray clientClassPropertyAttributeNamesForEntity(
com.apple.yellow.eoaccess.EOEntity anEntity)
See Also: clientClassPropertyNamesForEntity, clientClassPropertyToManyRelationshipNamesForEntity, clientClassPropertyToOneRelationshipNamesForEntity
public static NSArray clientClassPropertyNamesForEntity(
com.apple.yellow.eoaccess.EOEntity anEntity)
See Also: clientClassPropertiesForEntity
public static NSArray clientClassPropertyToManyRelationshipNamesForEntity(
com.apple.yellow.eoaccess.EOEntity anEntity)
See Also: clientClassPropertyAttributeNamesForEntity, clientClassPropertyNamesForEntity, clientClassPropertyToOneRelationshipNamesForEntity
public static NSArray clientClassPropertyToOneRelationshipNamesForEntity(
com.apple.yellow.eoaccess.EOEntity anEntity)
See Also: clientClassPropertyAttributeNamesForEntity, clientClassPropertyNamesForEntity, clientClassPropertyToManyRelationshipNamesForEntity
public static NSArray clientToManyRelationshipKeysForClassDescription(
com.apple.yellow.eocontrol.EOClassDescription aClassDescription)
See Also: clientClassPropertyToManyRelationshipNamesForEntity
public static NSArray clientToOneRelationshipKeysForClassDescription(
com.apple.yellow.eocontrol.EOClassDescription aClassDescription)
See Also: clientClassPropertyToOneRelationshipNamesForEntity