PATH  WebObjects 4.5 Documentation > EODistribution Reference

Table of Contents

EOEntityClassDescription Additions


Category of: EOEntityClassDescription
Declared in: EODistribution/EOAccessAdditions.h




Category Description


This Objective-C category adds a number of methods to EOEntityClassDescription (which is part of the EOAccess framework). These methods return various properties bound to the client-side class that corresponds to the receiver's EOEntity.

The information returned by these methods is stored in your model file. To change it use the EOJavaClientExtensions bundle for EOModeler.




Instance Methods



clientAttributeKeys

- (NSArray *)clientAttributeKeys

Returns an array containing the names of those attributes that are bound to the client-side class that corresponds to the receiver's EOEntity.

See Also: - clientClassProperties ( EOEntity Additions)



clientToManyRelationshipKeys

- (NSArray *)clientToManyRelationshipKeys

Returns an array containing the names of those to-many relationships that are bound to the client-side class that corresponds to the receiver's EOEntity.

See Also: - clientClassPropertyToManyRelationshipNames ( EOEntity Additions)



clientToOneRelationshipKeys

- (NSArray *)clientToOneRelationshipKeys

Returns an array containing the names of those to-one relationships that are bound to the client-side class that corresponds to the receiver's EOEntity.

See Also: - clientClassPropertyToOneRelationshipNames ( EOEntity Additions)




Table of Contents