Category of: EOEntityClassDescription
Declared in: EODistribution/EOAccessAdditions.h
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.
- (NSArray *)clientAttributeKeys
See Also: - clientClassProperties ( EOEntity Additions)
- (NSArray *)clientToManyRelationshipKeys
See Also: - clientClassPropertyToManyRelationshipNames ( EOEntity Additions)
- (NSArray *)clientToOneRelationshipKeys
See Also: - clientClassPropertyToOneRelationshipNames ( EOEntity Additions)